Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming authored Jun 5, 2024
1 parent 2c6eb6c commit e64e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.get("/thumbnail/:b64url", function(req, res) {
{
queryStringParameters: req.query,
pathParameters: {
url: req.url.replace("/thumbnail/", "")
url: req.url.replace("/thumbnail/", "").split('?')[0]
}
},
null,
Expand Down

0 comments on commit e64e6c1

Please sign in to comment.