mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-19 01:18:26 +08:00
[improvement][chat&headless]Remove deprecated system time fields.
This commit is contained in:
@@ -19,6 +19,7 @@ public class WebConfig implements WebMvcConfigurer {
|
||||
public void addViewControllers(ViewControllerRegistry registry) {
|
||||
registry.addViewController("/").setViewName("redirect:/webapp/");
|
||||
registry.addViewController("/webapp/").setViewName("forward:/webapp/index.html");
|
||||
registry.addViewController("/webapp/**/{path:[^\\.]*}").setViewName("forward:/webapp/index.html");
|
||||
registry.addViewController("/webapp/**/{path:[^\\.]*}")
|
||||
.setViewName("forward:/webapp/index.html");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user