mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 19:36:41 +00:00
feat: merge master
This commit is contained in:
@@ -13,7 +13,7 @@ type Server struct {
|
||||
port string
|
||||
}
|
||||
|
||||
func StartServer(conf *grpc_util.ServerConfig) *Server {
|
||||
func StartServer(conf grpc_util.ServerConfig) *Server {
|
||||
return &Server{
|
||||
port: conf.Port,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user