Initial commit

This commit is contained in:
askiiart 2024-11-21 13:19:57 -06:00
commit 493d019352
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
9 changed files with 1798 additions and 0 deletions

4
src/api.rs Normal file
View file

@ -0,0 +1,4 @@
use rocket::get;
#[get("/api?t=caps")]
pub(crate) fn caps() -> Result<String, String> {}