academon/api/urls.py

5 lines
57 B
Python
Raw Normal View History

2022-09-16 12:51:56 +00:00
from django.urls import path, include
urlpatterns = [
]