implement empty endpoints with openapi
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
use test_exercise::router;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
router().await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user