Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Jul 11, 2022
1 parent 616f744 commit e25ea6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public Response updateGreeting(JsonObject jsonObject) {
*/
@OPTIONS
@Path("/greeting")
@CrossOrigin({"http://foo.com", "http://there.com"},
@CrossOrigin(value = {"http://foo.com", "http://there.com"},
allowMethods = {HttpMethod.PUT})
@APIResponses({
@APIResponse(name = "normal", responseCode = "200", description = "Preflight request granted"),
Expand Down

0 comments on commit e25ea6f

Please sign in to comment.