We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a509b31 commit 2e1bbb6Copy full SHA for 2e1bbb6
first_api/first_api/urls.py
@@ -21,4 +21,5 @@
21
urlpatterns = [
22
path("admin/", admin.site.urls),
23
path("", include('music.urls')),
24
+ # path('api-auth/', include('rest_framework.urls'))
25
]
0 commit comments