StudE-Backend/stude/api/urls.py
2023-06-26 18:58:20 +08:00

6 lines
91 B
Python

from django.contrib import admin
from django.urls import path, include
urlpatterns = [
]