feat: support auto check upgrade (#53)

This commit is contained in:
Li4n0
2022-01-09 23:51:46 +08:00
committed by GitHub
parent 30f9069e45
commit f6afe0fa12
16 changed files with 216 additions and 32 deletions
+1
View File
@@ -48,6 +48,7 @@ func (revsuit *Revsuit) registerPlatformRouter() {
api.GET("/events", revsuit.events)
api.GET("/ping", ping)
api.GET("/version", version)
api.GET("/getUpgrade", revsuit.getUpgrade)
}
func (revsuit *Revsuit) registerHttpRouter() {