Skip to content

Commit ba478cb

Browse files
committed
debugging
1 parent 767209a commit ba478cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ app.use("*", async (req, res) => {
9797
return res.status(200).end(html);
9898
} catch (error) {
9999
if (error instanceof Response) {
100+
console.log('ERROR:', error);
100101
if (error.status >= 300 && error.status < 400) {
101102
return res.redirect(error.status, error.headers.get("Location") || "/");
102103
} else {

0 commit comments

Comments
 (0)