Update MvcConfig.java
- Added licenses to mvcconfig
This commit is contained in:
parent
ea79b1d564
commit
b1e60486c4
@ -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");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user