bbaldino
10/25/2021, 8:32 PMpath("top/level/path") {
routes {
get("/hello") { ... }
post("/world") { ... }
}
}
where I want to access /hello
via /top/level/path/hello
, but this doesn’t seem to be working. Am I missing something?