Skip to content

Commit 9213ecb

Browse files
committed
fix port name
1 parent 207d6e3 commit 9213ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/server/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ const (
3333
GRPCAPIName = "grpc"
3434
GRPCAPIPort = common.ServerGRPCAPIPort
3535

36-
PublicAPIName = "publicApi"
36+
PublicAPIName = "public-api"
3737
PublicAPIPort = common.ServerPublicAPIPort
3838
)

0 commit comments

Comments
 (0)