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/__init__.py | |
| parent | d1b86303b0934c9f6348e7016822d449349540d3 (diff) | |
| parent | 3b5871b8c364e819a2fbaf268e4693e848e6af0a (diff) | |
Merge branch 'release' into flashsale-solr
Diffstat (limited to 'indoteknik_api/controllers/__init__.py')
| -rw-r--r-- | indoteknik_api/controllers/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/__init__.py b/indoteknik_api/controllers/__init__.py index 30664b92..01dde20f 100644 --- a/indoteknik_api/controllers/__init__.py +++ b/indoteknik_api/controllers/__init__.py @@ -1,2 +1,3 @@ from . import controller -from . import api_v1
\ No newline at end of file +from . import api_v1 +from . import api_v2
\ No newline at end of file |
