Skip to content

Commit 2e1bbb6

Browse files
committed
Fix the index.md move to images folder accidentally
1 parent a509b31 commit 2e1bbb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

first_api/first_api/urls.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
urlpatterns = [
2222
path("admin/", admin.site.urls),
2323
path("", include('music.urls')),
24+
# path('api-auth/', include('rest_framework.urls'))
2425
]

0 commit comments

Comments
 (0)