forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
88cddd2367
63 changed files with 3914 additions and 2536 deletions
|
@ -56,7 +56,8 @@ export default class ScriptUtils {
|
|||
const urlObj = new URL(url)
|
||||
https.get({
|
||||
host: urlObj.host,
|
||||
path: urlObj.pathname,
|
||||
path: urlObj.pathname + urlObj.search,
|
||||
|
||||
port: urlObj.port,
|
||||
headers: {
|
||||
"accept": "application/json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue