Merge branch 'master' into prod

This commit is contained in:
acidburnmonkey
2025-08-06 01:52:48 -04:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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()),
]