Files
Bambu-Run/tests/urls.py

6 lines
98 B
Python

from django.urls import include, path
urlpatterns = [
path("", include("bambu_run.urls")),
]