Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed Dec 25, 2023
2 parents ce2d9a9 + 2be9014 commit 0d068e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ThymeleafController {
*
* @return
*/
@GetMapping(value = {"/", "/web/", "/web/**","/login"})
@GetMapping(value = {"/", "/web/", "/web/**","/login","/workspace","/dashboard","/connections","/team"})
public String index() {
return "index";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ThymeleafController {
*
* @return
*/
@GetMapping(value = {"/", "/web/", "/web/**","/login"})
@GetMapping(value = {"/", "/web/", "/web/**","/login","/workspace","/dashboard","/connections","/team"})
public String index() {
return "index";
}
Expand Down

0 comments on commit 0d068e9

Please sign in to comment.