diff options
Diffstat (limited to 'src/api/liveops.rs')
| -rw-r--r-- | src/api/liveops.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/liveops.rs b/src/api/liveops.rs index de77eb7..ff44107 100644 --- a/src/api/liveops.rs +++ b/src/api/liveops.rs @@ -1,5 +1,6 @@ use actix_web::{get, web, HttpResponse, Scope}; +/// Simple ping #[get("ping")] async fn ping() -> HttpResponse { HttpResponse::Ok().finish() |
