Skip to content

Commit

Permalink
Fix typo in json tag for rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagic committed May 23, 2024
1 parent 5fda4d1 commit 5375b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Rewrite struct {

// Response holds one response configuration.
type Response struct {
Rewrites []Rewrite `json:"rewrite,omitempty"`
Rewrites []Rewrite `json:"rewrites,omitempty"`
Status string `json:"status,omitempty"`
}

Expand Down

0 comments on commit 5375b70

Please sign in to comment.