Skip to content

Commit

Permalink
restore definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdietrich committed Apr 30, 2024
1 parent eaa2e44 commit dd91fb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/mock/definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ type Request struct {
QueryStringParameters Values `json:"queryStringParameters"`
Fragment string `json:"fragment"`
HttpHeaders
OptionalPaths map[string]bool `json:"optionalPaths"`
Body string `json:"body"`
Body string `json:"body"`
}

type Response struct {
Expand Down

0 comments on commit dd91fb0

Please sign in to comment.