4 lines
90 B
Rust
4 lines
90 B
Rust
use rocket::get;
|
|
|
|
#[get("/api?t=caps")]
|
|
pub(crate) fn caps() -> Result<String, String> {}
|