EquipmentTracker-Backend/equipment_tracker/api/urls.py

6 lines
103 B
Python
Raw Permalink Normal View History

2023-10-23 21:09:46 +08:00
from django.urls import path, include
urlpatterns = [
path('accounts/', include('djoser.urls'))
]