zhangzengfei
2024-05-25 8ba0a125eb7302d8c51d3c85cf8ea8a4de5413db
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
}