Skip to content

Commit e08b8ec

Browse files
committed
Change defaultHttpAddress to :8080
Keep default value
1 parent bfbce12 commit e08b8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/server/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var (
13-
defaultHttpAddress string = ":80"
13+
defaultHttpAddress string = ":8080"
1414
defaultHttpRedirectAddress string = ":80"
1515
)
1616

0 commit comments

Comments
 (0)