Skip to content

Commit 0d068e9

Browse files
committed
merge main
2 parents ce2d9a9 + 2be9014 commit 0d068e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chat2db-server/chat2db-server-start/src/main/java/ai/chat2db/server/start/controller/thymeleaf/ThymeleafController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class ThymeleafController {
2222
*
2323
* @return
2424
*/
25-
@GetMapping(value = {"/", "/web/", "/web/**","/login"})
25+
@GetMapping(value = {"/", "/web/", "/web/**","/login","/workspace","/dashboard","/connections","/team"})
2626
public String index() {
2727
return "index";
2828
}

chat2db-server/chat2db-server-web-start/src/main/java/ai/chat2db/server/web/start/controller/thymeleaf/ThymeleafController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class ThymeleafController {
2222
*
2323
* @return
2424
*/
25-
@GetMapping(value = {"/", "/web/", "/web/**","/login"})
25+
@GetMapping(value = {"/", "/web/", "/web/**","/login","/workspace","/dashboard","/connections","/team"})
2626
public String index() {
2727
return "index";
2828
}

0 commit comments

Comments
 (0)