routes/system.go @@ -17,5 +17,10 @@ router.POST("/Keepalive", sysCtl.Keepalive) router.GET("/Time", sysCtl.Time) } r.GET("/APEs", sysCtl.ApeList) r.POST("/APEs", sysCtl.ApeUpdate) r.POST("/APEs/:from_id", sysCtl.ApeUpdate) return r }