Start running the hubbackend
This commit is contained in:
parent
a39e4b850b
commit
e2d7962730
|
@ -174,6 +174,8 @@ func main() {
|
|||
})
|
||||
|
||||
backend.(*memoryBackend).run()
|
||||
hubBackend.run()
|
||||
|
||||
log.Printf("Listening on port %d\n", port)
|
||||
log.Fatal(http.ListenAndServe(fmt.Sprintf(":%d", port), nil))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user