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

6 lines
89 B
Python

from django.urls import path
from .views import *
urlpatterns = [
path('', index),
]