Skip to content

Commit

Permalink
Feat(deploy): remove host header
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuckson committed May 24, 2023
1 parent 2f56af6 commit 19eb5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/compliance/[...all].js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function addTrailingSlash(url) {
}



export default function handler(req, res) {
req.url = addTrailingSlash(req.url);
proxy(req, res, (err) => {
Expand Down

0 comments on commit 19eb5f8

Please sign in to comment.