mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
🐛 修复页面路径和接口地址冲突的 BUG
This commit is contained in:
@@ -30,7 +30,7 @@ public class InstallController {
|
||||
}
|
||||
|
||||
|
||||
@PostMapping("/install")
|
||||
@PostMapping("/doInstall")
|
||||
public ResultBean install(SystemConfigDTO systemConfigDTO) {
|
||||
if (!StringUtils.isEmpty(systemConfigService.getAdminUsername())) {
|
||||
return ResultBean.error("请勿重复初始化.");
|
||||
|
||||
Reference in New Issue
Block a user