5 lines
100 B
Rust
5 lines
100 B
Rust
pub const ROUTE_ENDPOINT: &str = "/ping";
|
|
|
|
pub async fn process() -> &'static str {
|
|
"success"
|
|
}
|