Commit 6f4abe3f authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Edited the url patterns

parent 15928b0b
...@@ -2,5 +2,5 @@ from django.urls import path ...@@ -2,5 +2,5 @@ from django.urls import path
from .views import homepageIndex from .views import homepageIndex
urlpatterns = [ urlpatterns = [
path('', homepageIndex, name='homepageIndex') path('home/', homepageIndex, name='homepageIndex')
] ]
\ No newline at end of file
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