diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-30 14:09:17 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-30 14:09:17 +0700 |
| commit | 137249f697852aa6362bb26975e1b038dc41dda6 (patch) | |
| tree | 963408c42c5c901cc06a1d4d0400d512fceeea22 /indoteknik_api/controllers/api_v1/__init__.py | |
| parent | 73fc17f3490e34924d58e90054a371d613450b74 (diff) | |
| parent | cbd20e11777185a98813141206a79d044e1f198e (diff) | |
Merge branch 'release' into nathan-dev
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 d05cdf3a..2afefb34 100644 --- a/indoteknik_api/controllers/api_v1/__init__.py +++ b/indoteknik_api/controllers/api_v1/__init__.py @@ -1,3 +1,4 @@ +from . import activity from . import banner from . import blog from . import cart |
