Add: jwt auth endpoints

This commit is contained in:
2023-08-12 18:17:40 +09:00
parent 2ae385b941
commit e05319ec3c
3 changed files with 89 additions and 8 deletions

View File

@@ -78,5 +78,5 @@ urlpatterns = [
# -- -- --
# CRUD:
path('api/v1/', include(router.urls))
path('api/v1/', include(router.urls)),
]