mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-06 06:09:05 +08:00
[DS-8580] Fix ui-next serve router for /
path (#8748)
This commit is contained in:
parent
220ec8f5fb
commit
fc334b7b13
@ -116,8 +116,8 @@ public class AppConfiguration implements WebMvcConfigurer {
|
||||
|
||||
@Override
|
||||
public void addViewControllers(ViewControllerRegistry registry) {
|
||||
registry.addViewController("/").setViewName("redirect:/ui/");
|
||||
registry.addViewController("/ui/").setViewName("forward:/ui/index.html");
|
||||
registry.addViewController("/").setViewName("forward:/ui/index.html");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user