val spec = "/organization" / Path.of("id") / "/workspaces" meta {
Is there a different way to do that?
d
dave
05/16/2019, 4:16 AM
@Nezteb for this second question, you are missing a parameter to your function. "Workspaces" will add a (dead) parameter of type string to the extracted parts. Also you have an extra leading slash there