Skip to content

Commit

Permalink
Allow 404 response code
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataygurturk committed Jul 12, 2016
1 parent 48177a4 commit fc24578
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class ApiGateway extends AWSTools {
400,
401,
403,
404,
500
};

Expand Down

0 comments on commit fc24578

Please sign in to comment.