From eb3f0645f2776c58c05ffd59c8db31c05a01bf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=96=E7=99=B8?= Date: Mon, 25 Dec 2023 16:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dweb=E5=88=B7=E6=96=B0404?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/start/controller/thymeleaf/ThymeleafController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat2db-server/chat2db-server-web-start/src/main/java/ai/chat2db/server/web/start/controller/thymeleaf/ThymeleafController.java b/chat2db-server/chat2db-server-web-start/src/main/java/ai/chat2db/server/web/start/controller/thymeleaf/ThymeleafController.java index 202e4fc4..cf34438c 100644 --- a/chat2db-server/chat2db-server-web-start/src/main/java/ai/chat2db/server/web/start/controller/thymeleaf/ThymeleafController.java +++ b/chat2db-server/chat2db-server-web-start/src/main/java/ai/chat2db/server/web/start/controller/thymeleaf/ThymeleafController.java @@ -22,7 +22,7 @@ public class ThymeleafController { * * @return */ - @GetMapping(value = {"/", "/web/", "/web/**","/login"}) + @GetMapping(value = {"/", "/web/", "/web/**","/login","/demo","/workspace","/dashboard","/connections","/team"}) public String index() { return "index"; }