Skip to content

Commit

Permalink
include nested route
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Aug 23, 2023
1 parent f9a9d5e commit 8a79460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/api_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
path("", include(router.urls)),
path("", include(user_nested_router.urls)),
path("", include(facility_nested_router.urls)),
path("", include(asset_nested_router.urls)),
path("", include(patient_nested_router.urls)),
path("", include(consultation_nested_router.urls)),
path("", include(resource_nested_router.urls)),
Expand Down

0 comments on commit 8a79460

Please sign in to comment.