use actix_web::{get, Responder}; #[get("/gaming")] pub async fn page() -> impl Responder { // TODO actix_web::web::Redirect::to("/") }