删除demo测试路由

This commit is contained in:
敖癸
2023-12-25 16:37:38 +08:00
parent a9954e4f41
commit 6f6cb59cc9
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ public class ThymeleafController {
*
* @return
*/
@GetMapping(value = {"/", "/web/", "/web/**","/login","/demo","/workspace","/dashboard","/connections","/team"})
@GetMapping(value = {"/", "/web/", "/web/**","/login","/workspace","/dashboard","/connections","/team"})
public String index() {
return "index";
}