' ' modified: mysite/urls.py
This commit is contained in:
@@ -5,6 +5,7 @@ from .views import Doxme, home, robots
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('home/', home),
|
path('home/', home),
|
||||||
|
path('', home),
|
||||||
path('robots.txt/', robots),
|
path('robots.txt/', robots),
|
||||||
path('doxme/', Doxme.as_view()),
|
path('doxme/', Doxme.as_view()),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user