Files
ihrm/facedetection/urls.py
2025-04-30 14:55:35 +05:30

6 lines
122 B
Python

from django.urls import path
from .views import *
urlpatterns = [path("setup/", FaceDetectionGetPostAPIView.as_view())]