We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbce12 commit e08b8ecCopy full SHA for e08b8ec
1 file changed
internal/server/http.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
var (
13
- defaultHttpAddress string = ":80"
+ defaultHttpAddress string = ":8080"
14
defaultHttpRedirectAddress string = ":80"
15
16
0 commit comments