Skip to content

Commit

Permalink
fix: allow renaming KrakenD header
Browse files Browse the repository at this point in the history
  • Loading branch information
Faisal Alam authored and prateek-gupta-unacademy committed Aug 31, 2021
1 parent 4717518 commit 9adbe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package core
import "fmt"

// KrakendHeaderName is the name of the custom KrakenD header
const KrakendHeaderName = "X-KRAKEND"
var KrakendHeaderName = "X-KRAKEND"

// KrakendVersion is the version of the build
var KrakendVersion = "undefined"
Expand Down

0 comments on commit 9adbe65

Please sign in to comment.