Refactoring the structure a bit
This commit is contained in:
6
server/src/http/health.rs
Normal file
6
server/src/http/health.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use poem::handler;
|
||||
|
||||
#[handler]
|
||||
pub fn health() -> &'static str {
|
||||
"ok"
|
||||
}
|
||||
Reference in New Issue
Block a user