module base #[get("/ping")] pub async fn ping() -> impl Responder { HttpResponse::Ok().body("ping - ok") } pub fn base_router() -> Scope { web::scope("/") ...
確定! 回上一頁