1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

fix static url

This commit is contained in:
Robin Appelman 2017-04-11 01:03:15 +02:00
commit 8a5d15817c

View file

@ -35,7 +35,7 @@ $container = new Container(
'https://' . $host, 'https://' . $host,
$parserUrl, $parserUrl,
$storeRoot, $storeRoot,
'https://' . $storeHost, $storeHost,
$appRoot $appRoot
); );