Save responses in DB

This commit is contained in:
Gregory Schier
2023-02-22 18:53:44 -08:00
parent 31eb03da0d
commit fbcbf2e5a5
9 changed files with 530 additions and 138 deletions

View File

@@ -36,6 +36,7 @@ function App() {
resp.body = resp.body.replace(/<head>/gi, `<head><base href="${resp.url}"/>`);
}
setResponse(resp);
console.log('Response', resp.status, resp.url, { resp });
} catch (err) {
setError(`${err}`);
}