35578-vm/core/urls.py
Flatlogic Bot ceeec65d56 Gst1.0
2025-11-08 17:48:25 +00:00

6 lines
108 B
Python

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