ApiGatewayResolver doesn't allow passing a list of methods to the route
decorator
#837
Labels
bug
Something isn't working
route
decorator
#837
What were you trying to accomplish?
Add a function to handle multiple http methods using the ApiGatewayResolver:
Expected Behavior
It should be supported to pass a list of methods to
ApiGatewayResolver.route
, the same way it is supported for theRouter.route
method.Current Behavior
Exception is thrown.
Solution
PR on its way
The text was updated successfully, but these errors were encountered: