zhangzengfei
2024-06-13 df794921a35a231eba9ee61eafb68d5c1cbc7043
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
}