From 17af3e11e7f4304eb7c57295944140fbd3660c39 Mon Sep 17 00:00:00 2001
From: D4rkHeart <leonardo.surdez@gmail.com>
Date: Tue, 12 Sep 2023 16:57:06 +0200
Subject: [PATCH] [Fix]  Traefik service and configured routing for /gest
 endpoints

---
 Gestion/vue.config.js | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Gestion/vue.config.js b/Gestion/vue.config.js
index 3c46ac8..3de9865 100644
--- a/Gestion/vue.config.js
+++ b/Gestion/vue.config.js
@@ -1,10 +1,8 @@
 module.exports = {
   devServer: {
-    host: 'localhost',
     port: 8080,
-    https: false
-    //host: 'canap-gest-dev.local',
-    //port: 8080,
-    //https: true
-  }
+    https: false,
+    disableHostCheck: true,
+  },
+  publicPath: "/gest"
 }
\ No newline at end of file
-- 
GitLab