Commit c264d64
chore!: removing the deprecated api in favor of latest
router.mountSubRouter("/eventbus", subRouter);
To
router.route("/eventbus/*").subRouter(subRouter);1 parent 13877de commit c264d64
File tree
1 file changed
+1
-1
lines changed- web-examples/src/main/java/io/vertx/example/web/realtime
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments