We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b1fb8 commit 6c857eaCopy full SHA for 6c857ea
nobiasapp/urls.py
@@ -4,7 +4,7 @@
4
from .views import submitLink
5
urlpatterns = [
6
path("aboutus", views.aboutus, name="aboutus"),
7
- path('', submitLink, name='submitLink'),
+ path('submitLink', submitLink, name='submitLink'),
8
path("tech", views.tech, name="tech"),
9
- path("home", views.home, name="home")
+ path('', views.home, name="home")
10
]
0 commit comments