refactor(openapi): move openapi to a separate folder (#4859)

This commit is contained in:
Narayan Bhat
2024-06-07 11:44:01 +05:30
committed by GitHub
parent 97e4f1af90
commit 05105321ca
110 changed files with 1217 additions and 4628 deletions

View File

@ -2,7 +2,7 @@ mod openapi;
mod routes;
fn main() {
let file_path = "openapi/openapi_spec.json";
let file_path = "api-reference/openapi_spec.json";
#[allow(clippy::expect_used)]
std::fs::write(
file_path,