remove echo ws

This commit is contained in:
poiuty 2023-05-10 21:09:17 +03:00
parent e1a12157f7
commit fd9906d0c1
3 changed files with 0 additions and 99 deletions

View file

@ -54,9 +54,7 @@ func main() {
go announceCount()
go saveDB()
go saveLogs()
go broadcast()
http.HandleFunc("/ws/", wsHandler)
http.HandleFunc("/cmd/", cmdHandler)
http.HandleFunc("/list/", listHandler)
http.HandleFunc("/debug/", debugHandler)