This website requires JavaScript.
Explore
Help
Register
Sign In
EduDeanery
/
hospital-server
Watch
6
Star
0
Fork
0
You've already forked hospital-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8e81b99f63e9533facd4f1939bb3baa071c97513
hospital-server
/
src
/
main.rs
7 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
implement empty endpoints with openapi
2025-11-06 18:53:37 +03:00
use
test_exercise
::
router
;
#[
tokio::main
]
async
fn
main
(
)
{
router
(
)
.
await
;
initial commit
2025-11-06 18:32:56 +03:00
}
Reference in New Issue
Copy Permalink