Support all HTTP methods for Webendpoint handlers #1425
Labels
enhancement
M-T: A feature request for new functionality
question
M-T: User needs support to use the project
Currently only GET and POST are supported (for no apparent reason)
https://github.com/slackapi/java-slack-sdk/blob/main/bolt/src/main/java/com/slack/api/bolt/WebEndpoint.java#L17
Alternatively, allow adding custom servlet handlers into SlackAppServer.
The text was updated successfully, but these errors were encountered: