mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: roblox likes route
This commit is contained in:
parent
fea1c9ced9
commit
a2a99a8dcc
7 changed files with 81 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ func NewRouter() {
|
|||
r.Get("/projects", handler.HandleGetProjects)
|
||||
r.Get("/computer", handler.HandleComputerGraphData)
|
||||
r.Get("/computer/ws", handler.HandleComputerWebSocket)
|
||||
r.Get("/roblox/grow-a-robloxian/likes", handler.HandleGetGrowARobloxianLikesCount)
|
||||
|
||||
port := os.Getenv("PORT")
|
||||
if len(port) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue