mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 06:02:15 +00:00
feat: merge master
This commit is contained in:
@@ -13,7 +13,7 @@ type Gateway struct {
|
||||
cutomHeaders []string
|
||||
}
|
||||
|
||||
func StartGateway(conf *grpc_util.GatewayConfig) *Gateway {
|
||||
func StartGateway(conf grpc_util.GatewayConfig) *Gateway {
|
||||
return &Gateway{
|
||||
grpcEndpoint: conf.GRPCEndpoint,
|
||||
port: conf.Port,
|
||||
|
||||
Reference in New Issue
Block a user