Hook up header editor!

This commit is contained in:
Gregory Schier
2023-03-09 13:07:13 -08:00
parent 7d7f934e6a
commit fc40aead98
9 changed files with 57 additions and 21 deletions

View File

@@ -137,6 +137,7 @@ pub async fn upsert_request(
updated_at = CURRENT_TIMESTAMP,
name = excluded.name,
method = excluded.method,
headers = excluded.headers,
body = excluded.body,
url = excluded.url
"#,