Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 13, 2023
1 parent c020e20 commit a8f1c76
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 a8f1c76

Please sign in to comment.