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