Ivy-Backend/ivy/api/urls.py
2023-02-27 23:59:14 +08:00

5 lines
86 B
Python

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