mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 18:53:35 +08:00
删除demo测试路由
This commit is contained in:
@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user