zhangzengfei
2024-06-05 8c2d873b46cd91d4e7bd2fc55137b9190689e9b8
routes/system.go
@@ -20,6 +20,7 @@
   r.GET("/APEs", sysCtl.ApeList)
   r.POST("/APEs", sysCtl.ApeUpdate)
   r.POST("/APEs/:from_id", sysCtl.ApeUpdate)
   return r
}