diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-11-22 15:10:25 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-11-22 15:10:25 +0700 |
| commit | 8124a3986e715cccbe3f27ff090820ed44948386 (patch) | |
| tree | 59be941f3146a97196c70952c18db56516a9a92a /indoteknik_api/controllers/api_v1/__init__.py | |
| parent | ad62150f5eb73f28c27ca3e20760f68be8dbd281 (diff) | |
add website brand homepage for dynamic brand in homepage
Diffstat (limited to 'indoteknik_api/controllers/api_v1/__init__.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/__init__.py b/indoteknik_api/controllers/api_v1/__init__.py index af28675c..0ea9ba75 100644 --- a/indoteknik_api/controllers/api_v1/__init__.py +++ b/indoteknik_api/controllers/api_v1/__init__.py @@ -8,4 +8,5 @@ from . import product from . import promotion from . import sale_order from . import user -from . import wishlist
\ No newline at end of file +from . import wishlist +from . import brand_homepage |
