zhangzengfei
2024-05-25 8ba0a125eb7302d8c51d3c85cf8ea8a4de5413db
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
}