Commit 3f9a510
committed
fix: mount server-expose at /api/server/expose
The handlers register at root `/`, so mounting at `/api/server` exposed
them at `/api/server`, not `/api/server/expose` like the CLI expects.
Move the mount one level deeper.1 parent a3f27f8 commit 3f9a510
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments