mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
[Server] Fix bug
This commit is contained in:
parent
81bd31bfbf
commit
cbbbdc68a8
@ -10,7 +10,7 @@ module.exports = (req: express.Request, res: express.Response) => {
|
||||
}
|
||||
|
||||
request({
|
||||
url: _url + url.parse(req.url, true).search,
|
||||
url: _url + (url.parse(req.url, true).search || ''),
|
||||
encoding: null
|
||||
}, (err, response, content) => {
|
||||
if (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user