pronounscc/api_v2/urls.py

6 lines
88 B
Python
Raw Normal View History

2023-09-22 01:37:57 +02:00
from django.urls import path
from .api import api
urlpatterns = [path("/", api.urls)]