From ff6d83fc2362d684929502b970c300347b07e1d5 Mon Sep 17 00:00:00 2001 From: Jacob Moore Date: Thu, 20 Jun 2024 17:27:50 -0400 Subject: [PATCH] OPENAPI: changed rewriteId header value --- config/paths.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/paths.go b/config/paths.go index 44932f8..daa4a3c 100644 --- a/config/paths.go +++ b/config/paths.go @@ -12,7 +12,7 @@ import ( ) const ( - RewriteIdHeader = "Rewrite-Id" + RewriteIdHeader = "RewriteId" ) func FindPaths(path string, configuration *shared.WiretapConfiguration) []*shared.WiretapPathConfig {