This commit is contained in:
acidburnmonkey
2025-08-06 02:24:09 -04:00
parent 9eede646c9
commit b5590f22da
4 changed files with 204 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ urlpatterns = [
path('robots.txt/', robots),
path('doxme/', Doxme.as_view()),
]