try my best to make the sub-settings routes works, it doesn't

This commit is contained in:
Tamo
2024-12-23 20:52:47 +01:00
parent 4eaa626bca
commit 0bf4157a75
9 changed files with 171 additions and 34 deletions

View File

@ -109,6 +109,7 @@ utoipa = { version = "5.2.0", features = ["actix_extras", "macros", "non_strict_
utoipa-scalar = { version = "0.2.0", features = ["actix-web"] }
utoipa-rapidoc = { version = "5.0.0", features = ["actix-web"] }
utoipa-redoc = { version = "5.0.0", features = ["actix-web"] }
doc-comment = "0.3.3"
[dev-dependencies]
actix-rt = "2.10.0"