Skip to content

Commit bcaeeb7

Browse files
committed
Include old url as suffix.
1 parent fe84175 commit bcaeeb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/views/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ define([
7676
// Your server goes below
7777
if(options.url.indexOf('proxino') === -1) {
7878
if($('[data-server-url]').length > 0) {
79-
options.url = $('[data-server-url]').attr('data-server-url');
79+
options.url = $('[data-server-url]').attr('data-server-url') + options.url;
8080
} else if (window.location.host === 'apiengine.io') {
8181
options.url = 'https://x.apiengine.io' + options.url;
8282

0 commit comments

Comments
 (0)