StudE-Backend/stude/api/urls.py

7 lines
91 B
Python
Raw Normal View History

2023-06-26 18:58:20 +08:00
from django.contrib import admin
from django.urls import path, include
urlpatterns = [
]