mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 03:07:51 +08:00
[ADD] api to get event log
This commit is contained in:
parent
843552ec63
commit
11cbc1532f
@ -44,6 +44,7 @@ func (v2 *V2) Routes() chi.Router {
|
||||
r.Post("/alertmanager-webhook", controller.GetManager().AlertManagerWebHook)
|
||||
r.Get("/version", controller.GetManager().Version)
|
||||
r.Mount("/port", v2.portRouter())
|
||||
r.Get("/event-log", controller.GetManager().LogByAction)
|
||||
return r
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user