diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-10-24 15:51:31 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-10-24 15:51:31 +0700 |
| commit | 3270307c573ca7a8970899dcc7ee02aa7260a6cb (patch) | |
| tree | df092b367d3420bf63bf9b82450f88ee0587124a /indoteknik_api/controllers/api_v1/__init__.py | |
| parent | e0d9fdcfd618332d6324c244859e9cbbf3a6a225 (diff) | |
Get blog and blog detail Rest API
Diffstat (limited to 'indoteknik_api/controllers/api_v1/__init__.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v1/__init__.py b/indoteknik_api/controllers/api_v1/__init__.py index b569a012..275313ff 100644 --- a/indoteknik_api/controllers/api_v1/__init__.py +++ b/indoteknik_api/controllers/api_v1/__init__.py @@ -1,3 +1,4 @@ +from . import blog from . import category from . import flash_sale from . import manufacture |
