mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 10:51:57 +01:00
Save responses in DB
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user