feat: enclosed.cc instance
This commit is contained in:
parent
86376b7b27
commit
0c20cfc47a
2 changed files with 3 additions and 1 deletions
|
@ -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! {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue