feat: enclosed.cc instance

This commit is contained in:
hexlocation 2024-11-26 08:50:32 +01:00
parent 86376b7b27
commit 0c20cfc47a
2 changed files with 3 additions and 1 deletions

View file

@ -59,6 +59,7 @@ fn post_guest_message(name: &str, body: &str) {
file.write_all(guest_json.to_string().as_bytes())
.expect("wah");
}
#[get("/abuse")]
fn abuse() -> Template {
Template::render("abuse", context! {})