Commit 7a36597d authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Fixed the syntax error

parent 21cce57f
......@@ -17,6 +17,6 @@ from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('bookshelf/', include('Bookshelf.urls')),
path('bookshelf/', include('bookshelf.urls')),
path('admin/', admin.site.urls),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment