fix portal windows issue
This commit is contained in:
@@ -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
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user