Home
last modified time | relevance | path

Searched refs:root (Results 1 – 2 of 2) sorted by relevance

/xiu/application/xiu/src/
H A Dapi.rs28 async fn root(&self) -> String { in root() method
94 let root = move || async move { api_root.root().await }; in run() localVariable
113 .route("/", get(root)) in run()
/xiu/application/http-server/src/
H A Dmain.rs14 .route("/", get(root)) in main()
29 async fn root() -> &'static str { in root() function