Files
ihrm/facedetection/urls.py

6 lines
122 B
Python
Raw Normal View History

from django.urls import path
2025-04-30 14:55:35 +05:30
from .views import *
2025-04-30 14:55:35 +05:30
urlpatterns = [path("setup/", FaceDetectionGetPostAPIView.as_view())]