refactor: remove roblox code

unused
This commit is contained in:
trafficlunar 2025-11-10 17:07:24 +00:00
parent 723813839d
commit 57816301f9
7 changed files with 1 additions and 85 deletions

View file

@ -74,7 +74,6 @@ func NewRouter() {
r.Get("/song", handler.HandleGetCurrentlyPlaying)
r.Get("/projects", handler.HandleGetProjects)
r.Get("/computer", handler.HandleComputerGraphData)
r.Get("/roblox/grow-a-robloxian/likes", handler.HandleGetGrowARobloxianLikesCount)
})
r.Get("/computer/ws", handler.HandleComputerWebSocket)