mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Change endpoint URL, as we might want to run some stats pages
This commit is contained in:
parent
a91a836224
commit
c885903ff2
@ -149,7 +149,7 @@ func main() {
|
||||
}
|
||||
|
||||
handler := http.NewServeMux()
|
||||
handler.HandleFunc("/", handleRequest)
|
||||
handler.HandleFunc("/endpoint", handleRequest)
|
||||
|
||||
srv := http.Server{
|
||||
Handler: handler,
|
||||
|
Loading…
Reference in New Issue
Block a user