полностью убрал пути
This commit is contained in:
parent
6c0a6a16a6
commit
67b1d35ccc
|
|
@ -34,8 +34,6 @@ urlpatterns = [
|
||||||
path('api-auth/', include('rest_framework.urls', namespace='rest_framework')),
|
path('api-auth/', include('rest_framework.urls', namespace='rest_framework')),
|
||||||
path('api/user/', include('account.urls', namespace='user')),
|
path('api/user/', include('account.urls', namespace='user')),
|
||||||
# path('webhook/', AzuraNowPlayingWebhookView.as_view(), name='webhook-receiver'),
|
# path('webhook/', AzuraNowPlayingWebhookView.as_view(), name='webhook-receiver'),
|
||||||
""" path('api/login/', login, name='login'),
|
|
||||||
path('api/register/', register, name='register'), """
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if settings.DEBUG:
|
if settings.DEBUG:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue