Merge branch 'master' into prod
This commit is contained in:
@@ -4,6 +4,7 @@ from .views import Doxme, home, robots
|
||||
|
||||
urlpatterns = [
|
||||
path('home/', home),
|
||||
path('', home),
|
||||
path('robots.txt/', robots),
|
||||
path('doxme/', Doxme.as_view()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user