From 7c9502246b339afeb563e5ff0bb3366f73e5f022 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 7 Sep 2020 15:55:03 +0200
Subject: [PATCH] Typo corrected in config

---
 rollup.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rollup.config.js b/rollup.config.js
index 5545ad1..1c83ca6 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';
-- 
GitLab