1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Fixed broken API endpoint

This commit is contained in:
eldadfux 2019-11-10 07:52:02 +02:00
parent 3540ea8dbe
commit ee1f6330c8

View file

@ -55,8 +55,7 @@ $canonical = $this->getParam('canonical', '');
PROTOCOL: '<?php echo $protocol; ?>',
DOMAIN: '<?php echo $domain; ?>',
HOME: '<?php echo $this->escape($this->getParam('home')); ?>',
API: 'https://localhost/v1',
API: '<?php echo $api; ?>/v1',
PROJECT: '<?php echo $project; ?>',
LOCALE: '<?php echo $this->escape(Locale::getText('settings.locale')); ?>',
PREFIX: '<?php echo $this->escape($this->getParam('prefix')); ?>',