refactor: remove uptime kuma integration

This commit is contained in:
trafficlunar 2025-01-16 22:05:44 +00:00
parent fa0f5119bd
commit c92e8670c9
7 changed files with 0 additions and 124 deletions

View file

@ -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)