@@ -66,7 +66,7 @@ public class AppController {
@GetMapping("web")
public String Web() {
- return "redirect:/mobile/index.html";
+ return "redirect:/app/main/index.html";
}
@GetMapping("mobile")