mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-30 23:44:31 +08:00
fix
This commit is contained in:
@@ -72,7 +72,7 @@ public class MagicWorkbenchController extends MagicController implements MagicEx
|
||||
MagicScriptEngine.addScriptClass(MagicAPIService.class);
|
||||
}
|
||||
|
||||
@GetMapping({"", "/", "/index"})
|
||||
@GetMapping({"", "/"})
|
||||
@Valid(requireLogin = false)
|
||||
public String redirectIndex(HttpServletRequest request) {
|
||||
if (request.getRequestURI().endsWith("/")) {
|
||||
|
||||
Reference in New Issue
Block a user