优化安装程序

This commit is contained in:
GoEdgeLab
2021-11-01 21:09:52 +08:00
parent dfcafbaed9
commit b157d8f7b2
9 changed files with 96 additions and 3 deletions

View File

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