mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔧 Move API path to api/core/
This commit is contained in:
parent
ddfd107a99
commit
313ee9c3e0
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ urlpatterns = [
|
|||
path('admin/', admin.site.urls),
|
||||
path('api/auth/token/', CustomObtainAuthToken.as_view()),
|
||||
path('api/auth/session/', include("rest_framework.urls")),
|
||||
path('api/', include("sophon.core.urls")),
|
||||
path('api/core/', include("sophon.core.urls")),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue