mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-06 05:16:35 -06:00
git init
This commit is contained in:
7
viewer/urls.py
Normal file
7
viewer/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index')
|
||||
]
|
||||
Reference in New Issue
Block a user