zhangzengfei
2024-06-20 4cb74495ff756ac97f3ce6a846951f4bdb317aec
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
}