Skip to content

Commit b242761

Browse files
author
“achuyko”
committed
change grpc server port
1 parent f724ea5 commit b242761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/grpc_server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
grpcPort = 50051
18+
grpcPort = 50052
1919
)
2020

2121
type server struct {

0 commit comments

Comments
 (0)