mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(main) getQuery
This commit is contained in:
parent
0b99cb0278
commit
42ef8ae29f
1 changed files with 2 additions and 0 deletions
|
|
@ -416,6 +416,8 @@
|
|||
parsed = url.parse(req.url);
|
||||
query = parsed.query;
|
||||
}
|
||||
|
||||
return query;
|
||||
}
|
||||
|
||||
function isGZIP(pReq) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue