安装时自动检查服务器上安装的MySQL

This commit is contained in:
刘祥超
2021-11-06 18:35:22 +08:00
parent 3789ac6433
commit a359bff531
4 changed files with 79 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ func init() {
Post("/validateAdmin", new(ValidateAdminAction)).
Post("/install", new(InstallAction)).
Post("/status", new(StatusAction)).
Post("/detectDB", new(DetectDBAction)).
EndAll()
})
}