Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 15, 2023
1 parent 583872a commit c090254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gen_openapi.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::fs;
use utoipa::OpenApi;
fn main() {
let doc = backend::ApiDoc::openapi().to_yaml().unwrap();
let doc = bob_management::ApiDoc::openapi().to_yaml().unwrap();
let _ = fs::write("./api/openapi.yaml", doc);
}

0 comments on commit c090254

Please sign in to comment.