Open
Description
Describe the bug
new ResourceTemplate("screenshot://zach.codes/{path}", { list: undefined }),
If i register a resource like this, and i pass in "test" as the path, it works correctly.
If I pass in a nested path, like "test/test" then it will not invoke my resource handler, and respond with a 404
Expected behavior
I would expect a catch all path support when registering resources.