Files
RasadDam_Backend/apps/herd/urls.py

9 lines
134 B
Python

# Your urls go here
from django.urls import path, include
urlpatterns = [
path('web/', include('apps.herd.web.api.v1.urls'))
]