refactor: spelling errors

This commit is contained in:
trafficlunar 2024-11-29 15:55:16 +00:00
parent adbf378235
commit 840e584082
3 changed files with 5 additions and 5 deletions

View file

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