fake table for the contact form for now
This commit is contained in:
parent
23f132c5c1
commit
afb6180b1d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue