1
1
Fork 0
novelmetrix-python/ras/frontend/urls.py

6 lines
89 B
Python
Raw Permalink Normal View History

2022-09-05 15:53:48 +02:00
from django.urls import path
from .views import *
urlpatterns = [
path('', index),
]