@@ -24,7 +24,7 @@ public class MainApplication {
@RequestMapping("/")
String index() {
- return "hegii_mp_server";
+ return "mnls_mp_server";
}
/**