Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Mar 6, 2024
1 parent 8a5c50a commit 180cb02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ app.prepare().then(() => {
const parsedUrl = parse(req.url, true);
const { hostname, pathname } = parsedUrl;
// parsedUrl.
console.log(hostname, pathname);

// check configured hostnames and qualifier for non proxy paths
if (hostname === PROXY_HOSTNAME && !pathname.includes("/proxy")) {
Expand Down

0 comments on commit 180cb02

Please sign in to comment.