zhangzengfei
2024-05-22 f946512f64f1e2e9aa887f62f04f8ebedb53d810
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
}