This commit is contained in:
2021-11-15 20:23:10 -03:00
parent 217325edf0
commit a722ce0db4
3 changed files with 160 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
func main() {
server.Serve()
http.HandleFunc("/ws", server.Serve)
err := http.ListenAndServe(":8080", nil)
if err != nil {
panic(err)