szczanieckiej.git

commit ac909d74a95a1d8a383eb33de8b85ce3eb6ad17e

Author: Adam <git@apiote.xyz>

back to ordinary port

 server/router.go | 2 +-


diff --git a/server/router.go b/server/router.go
index 91eaf0f910cef201ac284ee2231c2bfc933aa0ab..261f79798b3b5e604f7459a99e5b818774d4df1e 100644
--- a/server/router.go
+++ b/server/router.go
@@ -705,7 +705,7 @@ 	return uint(accept), nil
 }
 
 func Route(cfg config.Config, traffic *traffic.Traffic) *http.Server {
-	srv := &http.Server{Addr: ":51355"} // todo to config (both adr and port)
+	srv := &http.Server{Addr: ":51354"} // todo to config (both adr and port)
 
 	http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
 		accept, err := parseAccept(r.Header.Values("Accept"))