mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 22:19:03 +01:00
6 lines
98 B
Python
6 lines
98 B
Python
from django.urls import include, path
|
|
|
|
urlpatterns = [
|
|
path("", include("bambu_run.urls")),
|
|
]
|