perf: country code api (#13672)

* perf: remove notification migrations

* perf: country code api

---------

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2024-07-09 19:23:41 +08:00
committed by GitHub
parent 5c1d0238e1
commit e36d51cc0b
7 changed files with 76 additions and 24 deletions

View File

@@ -9,4 +9,5 @@ app_name = 'common'
urlpatterns = [
path('resources/cache/', api.ResourcesIDCacheApi.as_view(), name='resources-cache'),
path('countries/', api.CountryListApi.as_view(), name='resources-cache'),
]