zhangzengfei
2024-08-22 b93d95a77ae3681a8c97859f446644190e84170e
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
}