From 1e9dd99c4496915c9d38327c2ac9a2c3e47c1bc2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 13 九月 2024 02:01:31 +0800
Subject: [PATCH] fix bug
---
routes/system.go | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/routes/system.go b/routes/system.go
index ba2611f..bd907fa 100644
--- a/routes/system.go
+++ b/routes/system.go
@@ -17,5 +17,10 @@
router.POST("/Keepalive", sysCtl.Keepalive)
router.GET("/Time", sysCtl.Time)
}
+
+ r.GET("/APEs", sysCtl.ApeList)
+ r.POST("/APEs", sysCtl.ApeUpdate)
+ r.POST("/APEs/:from_id", sysCtl.ApeUpdate)
+
return r
}
--
Gitblit v1.8.0