Commit 9c14476
[BOOKIE-HTTP-SERVER] Fix: broken vertx rest endpoints
### Motivation
Right now, vertx-http-server is not serving any rest endpoint except get because vertx server doesn't add put/post/delete http-methods into routing rules.
### Modification
Add put/post/delete http-methods into routing rules.
Reviewers: Sijie Guo <sijie@apache.org>
This closes #1953 from rdhabalia/http_ep1 parent b829eb2 commit 9c14476
File tree
1 file changed
+3
-0
lines changed- bookkeeper-http/vertx-http-server/src/main/java/org/apache/bookkeeper/http/vertx
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments