Browse Source

Update url

pull/110/head
Hironsan 6 years ago
parent
commit
81ff62a6c2
1 changed files with 1 additions and 1 deletions
  1. 2
      app/app/urls.py

2
app/app/urls.py

@ -27,5 +27,5 @@ urlpatterns = [
path('logout/', LogoutView.as_view(), name='logout'),
path('password_reset/', PasswordResetView.as_view(), name='password_reset'),
path('api-auth/', include('rest_framework.urls')),
re_path(r'^(?P<version>(v1))/', include('server.api_urls')),
path('v1/', include('server.api_urls')),
]
Loading…
Cancel
Save