Update path in URL page

This commit is contained in:
Rebecca Hsieh 2024-01-11 09:45:27 -08:00
parent 28a1e737f5
commit d1db6e2634
No known key found for this signature in database
2 changed files with 15 additions and 15 deletions

View file

@ -76,7 +76,7 @@ urlpatterns = [
),
path("health/", views.health),
path("openid/", include("djangooidc.urls")),
path("register/", include((application_urls, APPLICATION_NAMESPACE))),
path("request/", include((application_urls, APPLICATION_NAMESPACE))),
path("api/v1/available/", available, name="available"),
path("api/v1/get-report/current-federal", get_current_federal, name="get-current-federal"),
path("api/v1/get-report/current-full", get_current_full, name="get-current-full"),