diff --git a/api/v1/portal/.htaccess b/api/v1/portal-access/.htaccess similarity index 100% rename from api/v1/portal/.htaccess rename to api/v1/portal-access/.htaccess diff --git a/api/v1/portal/index.php b/api/v1/portal-access/index.php similarity index 100% rename from api/v1/portal/index.php rename to api/v1/portal-access/index.php diff --git a/api/v1/portal/web.config b/api/v1/portal-access/web.config similarity index 100% rename from api/v1/portal/web.config rename to api/v1/portal-access/web.config diff --git a/frontend/html/portal.html b/frontend/html/portal.html index e57b87f2ee..f5da4ca348 100644 --- a/frontend/html/portal.html +++ b/frontend/html/portal.html @@ -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}} diff --git a/html/portal.html b/html/portal.html index f459c138ba..a64f4dfc31 100644 --- a/html/portal.html +++ b/html/portal.html @@ -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}}