Implemented backend hr resolution data, splitted test gam
This commit is contained in:
@@ -53,6 +53,7 @@ func main() {
|
||||
}
|
||||
http.Handle("/", http.FileServer(http.FS(sub)))
|
||||
http.HandleFunc("/ws", hub.HandleWebSocket)
|
||||
http.HandleFunc("/api/zoom", hub.HandleZoom)
|
||||
http.HandleFunc("/version", func(w http.ResponseWriter, r *http.Request) {
|
||||
fmt.Fprint(w, version)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user