mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-01-12 08:12:36 +08:00
Implement announcement endpoints
This commit is contained in:
6
src/router/web.rs
Normal file
6
src/router/web.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use actix_web::{HttpResponse, HttpRequest};
|
||||
|
||||
pub fn announcement(_req: HttpRequest) -> HttpResponse {
|
||||
|
||||
HttpResponse::Ok().body("sif2 is back!")
|
||||
}
|
||||
Reference in New Issue
Block a user