initial commit
This commit is contained in:
8
backend/frontend/urls.py
Normal file
8
backend/frontend/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from .views import index
|
||||
|
||||
urlpatterns = [
|
||||
path("", index),
|
||||
path("login", index),
|
||||
path("account-creation", index)
|
||||
]
|
||||
Reference in New Issue
Block a user