feat(router): serve OpenAPI docs at /docs (#698)

Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
bernard-eugine
2023-03-01 23:46:45 +05:30
committed by GitHub
parent adca6bcac3
commit ed2907e141
12 changed files with 356 additions and 489 deletions

View File

@ -17,7 +17,7 @@ serde_json = "1.0.91"
strum = { version = "0.24.1", features = ["derive"] }
time = { version = "0.3.17", features = ["serde", "serde-well-known", "std"] }
url = { version = "2.3.1", features = ["serde"] }
utoipa = { version = "3.0.1", features = ["preserve_order"] }
utoipa = { version = "3.0.3", features = ["preserve_order"] }
# First party crates
common_utils = { version = "0.1.0", path = "../common_utils" }