Ver Fonte

fix infra stream logs handler

Alexander Belanger há 5 anos atrás
pai
commit
ab38fa16da
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/server/router/infra.go

+ 1 - 1
api/server/router/infra.go

@@ -124,7 +124,7 @@ func getInfraRoutes(
 		},
 	)
 
-	streamLogsHandler := infra.NewInfraGetHandler(
+	streamLogsHandler := infra.NewInfraStreamLogsHandler(
 		config,
 		factory.GetResultWriter(),
 	)