Skip to content

Commit 6c857ea

Browse files
committed
Changed websites pathway (updated page is default)
1 parent 20b1fb8 commit 6c857ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nobiasapp/urls.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .views import submitLink
55
urlpatterns = [
66
path("aboutus", views.aboutus, name="aboutus"),
7-
path('', submitLink, name='submitLink'),
7+
path('submitLink', submitLink, name='submitLink'),
88
path("tech", views.tech, name="tech"),
9-
path("home", views.home, name="home")
9+
path('', views.home, name="home")
1010
]

0 commit comments

Comments
 (0)