From e4f9b97623dcbb2d5f222432e8aabe82aabf24f9 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 3 Feb 2021 12:10:36 +0100
Subject: [PATCH] showcase: Fix the deploy path prefix

oops..
---
 toolkit-showcase/app.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit-showcase/app.config.js b/toolkit-showcase/app.config.js
index f9dfa2a8..cf4c590a 100644
--- a/toolkit-showcase/app.config.js
+++ b/toolkit-showcase/app.config.js
@@ -10,7 +10,7 @@ export default {
         nextcloudName: 'TU Graz cloud',
     },
     development: {
-        basePath: '/apps/checkin/',
+        basePath: '/apps/demo/',
         entryPointURL: 'https://mw-dev.tugraz.at',
         keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
         keyCloakClientId: 'demo-dev_tugraz_at-DEMO',
-- 
GitLab