fix portal windows issue
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
id: '{{portalId}}',
|
id: '{{portalId}}',
|
||||||
useCache: false,
|
useCache: false,
|
||||||
cacheTimestamp: {{cacheTimestamp}},
|
cacheTimestamp: {{cacheTimestamp}},
|
||||||
url: 'api/v1/portal/{{portalId}}',
|
url: 'api/v1/portal-access/{{portalId}}',
|
||||||
basePath: '{{basePath}}'
|
basePath: '{{basePath}}'
|
||||||
}, function (app) {
|
}, function (app) {
|
||||||
{{runScript}}
|
{{runScript}}
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
id: '{{portalId}}',
|
id: '{{portalId}}',
|
||||||
useCache: {{useCache}},
|
useCache: {{useCache}},
|
||||||
cacheTimestamp: {{cacheTimestamp}},
|
cacheTimestamp: {{cacheTimestamp}},
|
||||||
url: 'api/v1/portal/{{portalId}}',
|
url: 'api/v1/portal-access/{{portalId}}',
|
||||||
basePath: '{{basePath}}'
|
basePath: '{{basePath}}'
|
||||||
}, function (app) {
|
}, function (app) {
|
||||||
{{runScript}}
|
{{runScript}}
|
||||||
|
|||||||
Reference in New Issue
Block a user