fake table for the contact form for now

This commit is contained in:
Chris Cochrun 2025-01-28 15:12:29 -06:00
parent 23f132c5c1
commit afb6180b1d

View file

@ -70,9 +70,9 @@ impl ContactForm {
let mut json = HashMap::new();
json.insert("data", map);
let link = r#"https://staff.tfcconnection.org/apps/tables/#/table/14/row/757"#;
let link = r#"https://staff.tfcconnection.org/apps/tables/#/table/140/row/757"#;
let res = client
.post("https://staff.tfcconnection.org/ocs/v2.php/apps/tables/api/2/tables/14/rows")
.post("https://staff.tfcconnection.org/ocs/v2.php/apps/tables/api/2/tables/140/rows")
.basic_auth("chris", Some("2VHeGxeC^Zf9KqFK^G@Pt!zu2q^6@b"))
.header("OCS-APIRequest", "true")
.header("Content-Type", "application/json")