mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 16:40:55 +00:00
rename http targets
This commit is contained in:
parent
898057cc20
commit
730ce39f72
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ func SetupServerAndHandle(config *Config, tlsConfig *tls.Config, serveMux *http.
|
||||||
serveMux = http.DefaultServeMux
|
serveMux = http.DefaultServeMux
|
||||||
}
|
}
|
||||||
serveMux.HandleFunc("/", sockServer.ServeHTTP)
|
serveMux.HandleFunc("/", sockServer.ServeHTTP)
|
||||||
serveMux.HandleFunc("/pubmsg", HBackendPublishRequest)
|
serveMux.HandleFunc("/pub_msg", HBackendPublishRequest)
|
||||||
serveMux.HandleFunc("/updatepub", HBackendUpdateAndPublish)
|
serveMux.HandleFunc("/update_and_pub", HBackendUpdateAndPublish)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle a new websocket connection from a FFZ client.
|
// Handle a new websocket connection from a FFZ client.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue