Skip to content

Commit

Permalink
release: 0.6.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Sep 22, 2024
2 parents d951eac + 8faba4e commit e101d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class GotchaController(
)
}

@PostMapping(path = ["/gotchas"], headers = ["ApiVersion=2"])
@PostMapping(path = ["/gotchas"], headers = ["Api-Version=2"])
fun gotchaV2(
@RequestHeader(HttpHeaders.AUTHORIZATION) token: String,
@RequestParam(name = "type", defaultValue = "DEFAULT") type: String,
Expand Down

0 comments on commit e101d1e

Please sign in to comment.