mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: github projects route
This commit is contained in:
parent
a1f22391e9
commit
a3eb6c6e32
7 changed files with 115 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ func NewRouter() {
|
|||
r.Get("/hit", handler.HandleGetHitCounter)
|
||||
r.With(httprate.LimitByRealIP(1, time.Hour)).Patch("/hit", handler.HandlePatchHitCounter)
|
||||
r.Get("/song", handler.HandleGetCurrentlyPlaying)
|
||||
r.Get("/projects", handler.HandleGetProjects)
|
||||
r.Get("/computer", handler.HandleComputerGraphData)
|
||||
r.Get("/computer/ws", handler.HandleComputerWebSocket)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue