Coverage for website/thaliawebsite/api/facedetection/urls.py: 100.00%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.7, created at 2025-08-14 10:31 +0000

1from django.urls import include, path 

2 

3app_name = "thaliawebsite" 

4 

5urlpatterns = [ 

6 path("", include("facedetection.api.facedetection.urls")), 

7]