add openapi routes to aide template

This commit is contained in:
fa-sharp
2026-02-20 04:57:27 -05:00
parent 2efaa86440
commit 2c807d62bc
4 changed files with 75 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ aide = { version = "0.16.0-alpha.1", features = [
"axum",
"axum-json",
"axum-query",
"swagger"
] }
{% endif %}
anyhow = "1.0.101"