Switch from Swagger to Scalar for OpenAPI docs (#5766)

* Switch from Swagger to Scalar for OpenAPI docs

* remove old comments
This commit is contained in:
aecsocket
2026-04-07 23:14:26 +01:00
committed by GitHub
parent de4f0bffb0
commit a9c417d1d1
4 changed files with 8 additions and 71 deletions

View File

@@ -127,7 +127,7 @@ url = { workspace = true }
urlencoding = { workspace = true }
utoipa = { workspace = true, features = ["url"] }
utoipa-actix-web = { workspace = true }
utoipa-swagger-ui = { workspace = true }
utoipa-scalar = { workspace = true, features = ["actix-web"] }
uuid = { workspace = true, features = ["fast-rng", "serde", "v4"] }
validator = { workspace = true, features = ["derive"] }
webp = { workspace = true }