You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-11-28 21:39:53 +02:00
Django
This commit is contained in:
7
archieapi/apps/api/urls.py
Normal file
7
archieapi/apps/api/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