Fixing API link to HTTPS
This commit is contained in:
parent
312940761c
commit
321254bc2c
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"ports": [80],
|
"ports": [80],
|
||||||
"env": {
|
"env": {
|
||||||
"API_URL": "http://api."+namespace+".workadventure.test.thecodingmachine.com"
|
"API_URL": "https://api."+namespace+".workadventure.test.thecodingmachine.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user