Update MvcConfig.java
- Added licenses to mvcconfig
This commit is contained in:
@ -15,6 +15,7 @@ public class MvcConfig implements WebMvcConfigurer {
|
|||||||
registry.addViewController("/download").setViewName("forward:/index.html");
|
registry.addViewController("/download").setViewName("forward:/index.html");
|
||||||
registry.addViewController("/upload").setViewName("forward:/index.html");
|
registry.addViewController("/upload").setViewName("forward:/index.html");
|
||||||
registry.addViewController("/credits").setViewName("forward:/index.html");
|
registry.addViewController("/credits").setViewName("forward:/index.html");
|
||||||
|
registry.addViewController("/licenses").setViewName("forward:/index.html");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user