mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
refactor: spelling errors
This commit is contained in:
parent
adbf378235
commit
840e584082
3 changed files with 5 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ func NewRouter() {
|
|||
r.Get("/currently-playing", handler.HandleGetCurrentlyPlaying)
|
||||
r.Get("/status", handler.HandleGetStatus)
|
||||
|
||||
r.Get("/ws/computer", handler.HandleComputerWebsocket)
|
||||
r.Get("/ws/computer", handler.HandleComputerWebSocket)
|
||||
|
||||
port := os.Getenv("PORT")
|
||||
if len(port) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue