fix portal windows issue

This commit is contained in:
yuri
2016-03-03 12:19:05 +02:00
parent b743d113cc
commit 3460931fba
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
id: '{{portalId}}',
useCache: false,
cacheTimestamp: {{cacheTimestamp}},
url: 'api/v1/portal/{{portalId}}',
url: 'api/v1/portal-access/{{portalId}}',
basePath: '{{basePath}}'
}, function (app) {
{{runScript}}
+1 -1
View File
@@ -18,7 +18,7 @@
id: '{{portalId}}',
useCache: {{useCache}},
cacheTimestamp: {{cacheTimestamp}},
url: 'api/v1/portal/{{portalId}}',
url: 'api/v1/portal-access/{{portalId}}',
basePath: '{{basePath}}'
}, function (app) {
{{runScript}}