Fixing API link to HTTPS

This commit is contained in:
David Négrier 2020-04-22 23:27:30 +02:00
parent 312940761c
commit 321254bc2c

View file

@ -23,7 +23,7 @@
},
"ports": [80],
"env": {
"API_URL": "http://api."+namespace+".workadventure.test.thecodingmachine.com"
"API_URL": "https://api."+namespace+".workadventure.test.thecodingmachine.com"
}
}
},