zhangzengfei
2024-10-11 539a78196da60eb97cf7057c5c85dfaa9b240741
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
}