Ivy-Backend/ivy/api/urls.py

6 lines
86 B
Python
Raw Normal View History

2023-02-27 23:59:14 +08:00
from django.contrib import admin
from django.urls import path
urlpatterns = [
]