37039-vm/core/urls.py
Flatlogic Bot fe515c9bb5 Mint-V1
2025-12-18 10:50:53 +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"),
]