cloud-api/src/admin
luxferre 6f4556a44b fix: corrected use of path param
Previously used `param: int = Path()` this worked but was incorrect.
Correct usage is `param: Annotated[int, Path()]`
2026-05-19 11:11:03 +01:00
..
config.py Initial commit 2026-04-06 12:41:49 +01:00
constants.py Initial commit 2026-04-06 12:41:49 +01:00
dependencies.py Initial commit 2026-04-06 12:41:49 +01:00
exceptions.py Initial commit 2026-04-06 12:41:49 +01:00
models.py Initial commit 2026-04-06 12:41:49 +01:00
router.py fix: corrected use of path param 2026-05-19 11:11:03 +01:00
schemas.py Initial commit 2026-04-06 12:41:49 +01:00
service.py Initial commit 2026-04-06 12:41:49 +01:00
utils.py Initial commit 2026-04-06 12:41:49 +01:00