feat: 安装页面

This commit is contained in:
禾几海
2020-10-22 00:21:23 +08:00
parent 9dafc6d5a7
commit 76f3d16e09
4 changed files with 91 additions and 0 deletions

View File

@@ -100,4 +100,10 @@ public class InstallController {
return Response.success(installParam);
}
@GetMapping("/install")
public String install() {
return "install.html";
}
}