Open
Description
It might be nice to have an "auto-directory builder" from routes:
@autoroute('/test/foo', 'some description')
def test_foo():
return "this is a foo test"
@autoroute('/test/bar', 'some other description')
def test_bar():
return "this is a bar test"
That way you need not even build the directory object or have a route for /test
.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels