initial commit done , pre peoduction
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
from .views import Doxme, home, robots
|
||||
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('home/', home),
|
||||
path('robots.txt/', robots),
|
||||
path('doxme/', Doxme.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user