mirror of
https://github.com/AlexandreRouma/wiscast.git
synced 2026-04-20 08:22:42 +00:00
progress
This commit is contained in:
4
main.go
4
main.go
@@ -14,9 +14,9 @@ func main() {
|
||||
http.Handle("/", static)
|
||||
|
||||
// Create a handler for the signaling backend
|
||||
// http.HandleFunc("/sig", wsHandler)
|
||||
http.HandleFunc("/sig", wsHandler)
|
||||
|
||||
// Run the server
|
||||
err := http.ListenAndServe(":3000", nil)
|
||||
if( err != nil) { log.Fatal(err) }
|
||||
if (err != nil) { log.Fatal(err) }
|
||||
}
|
||||
Reference in New Issue
Block a user