Skip to content

Commit

Permalink
OPENAPI: changed rewriteId header value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobm-splunk authored and daveshanley committed Jun 21, 2024
1 parent 637c805 commit ff6d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
RewriteIdHeader = "Rewrite-Id"
RewriteIdHeader = "RewriteId"
)

func FindPaths(path string, configuration *shared.WiretapConfiguration) []*shared.WiretapPathConfig {
Expand Down

0 comments on commit ff6d83f

Please sign in to comment.