Closed rhomeister closed 4 years ago
The line event.payload[:endpoint].route throws an error in case of a 405 MethodNotSupportedError. This PR is a workaround for this problem.
event.payload[:endpoint].route
yabeda-grape-0.2.0.1
The line
event.payload[:endpoint].route
throws an error in case of a 405 MethodNotSupportedError. This PR is a workaround for this problem.