Skip to content

Commit

Permalink
Minor URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumaraqm committed May 27, 2021
1 parent 547d311 commit 835b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/fakenews/myapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

urlpatterns = [
path('', views.index, name='index'),
path('', views.about, name='about'),
path('about', views.about, name='about'),
]

0 comments on commit 835b922

Please sign in to comment.