diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-04-11 13:57:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-04-11 13:57:01 +0700 |
| commit | 000a7fa68a738843c443145c1a8d102783e04fac (patch) | |
| tree | 04b7c6bf423ce0cf93ea4a526408d71426caaf9e /indoteknik_api/controllers/api_v2/__init__.py | |
| parent | d1b86303b0934c9f6348e7016822d449349540d3 (diff) | |
| parent | 3b5871b8c364e819a2fbaf268e4693e848e6af0a (diff) | |
Merge branch 'release' into flashsale-solr
Diffstat (limited to 'indoteknik_api/controllers/api_v2/__init__.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v2/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v2/__init__.py b/indoteknik_api/controllers/api_v2/__init__.py new file mode 100644 index 00000000..24f11c3d --- /dev/null +++ b/indoteknik_api/controllers/api_v2/__init__.py @@ -0,0 +1,2 @@ +from . import product +from . import product_variant
\ No newline at end of file |
