mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
refactor: remove uptime kuma integration
This commit is contained in:
parent
fa0f5119bd
commit
c92e8670c9
7 changed files with 0 additions and 124 deletions
|
|
@ -50,7 +50,6 @@ func NewRouter() {
|
|||
r.With(httprate.LimitByRealIP(1, time.Hour)).Patch("/visit-counter", handler.HandlePatchVisitCounter)
|
||||
|
||||
r.Get("/currently-playing", handler.HandleGetCurrentlyPlaying)
|
||||
r.Get("/status", handler.HandleGetStatus)
|
||||
|
||||
r.Get("/computer", handler.HandleComputerGraphData)
|
||||
r.Get("/ws/computer", handler.HandleComputerWebSocket)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue