zhangzengfei
2024-06-05 52830a58e2907f83e8f891728b8ba3080ca59fb1
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
}