35426-vm/core/urls.py
Flatlogic Bot f9332936f5 0.01
2025-11-02 17:38:33 +00:00

10 lines
139 B
Python

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