Files
stoatchat/src/routes/onboard/hello.rs
2022-01-27 14:16:30 +00:00

8 lines
165 B
Rust

use rauth::entities::Session;
use rocket::serde::json::Value;
#[get("/hello")]
pub async fn req(/*_session: Session, user: Option<User>*/) -> Value {
todo!()
}