diff --git a/rollup.config.js b/rollup.config.js index 5545ad1e04747f92c3335078cb386d73fb120244..1c83ca696fa5c6a52d5090b86bda163cb5434090 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -76,7 +76,7 @@ switch (build) { basePath = '/apps/signature/'; entryPointURL = 'https://api-demo.tugraz.at'; // "/pers" can't go here because it's not allowed in the "Content-Security-Policy" - nextcloudBaseURL = 'https://dms-test.tugraz.a'; + nextcloudBaseURL = 'https://dms-test.tugraz.at'; // "/index.php" is needed to don't get a "This origin is not allowed!" because the "target-origin" get parameter can't be read nextcloudWebAppPasswordURL = nextcloudBaseURL + '/index.php/apps/webapppassword'; nextcloudWebDavURL = nextcloudBaseURL + '/remote.php/dav/files';