Create routes using class name
Closed this issue · 1 comments
marloncarvalho commented
When the user doesn't provide the path
parameter in the @API
annotation, Darter should use the class name in place of it.
marloncarvalho commented
It won't work well with APIs that exists only to group other APIs.