Skip to content

Commit 7cf7854

Browse files
committed
add comment
Signed-off-by: luojiyin <[email protected]>
1 parent 2212b99 commit 7cf7854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiscript-runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ async fn run_server(
301301
}
302302
}
303303

304+
// Generate OpenAPI JSON from routes
304305
fn generate_openapi_json(routes: &[ast::Route]) -> serde_json::Value {
305306
let mut openapi = serde_json::json!({
306307
"openapi": "3.0.0",

0 commit comments

Comments
 (0)