We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These methods have an initializer of type [Function] instead of a value in the descriptor.
[Function]
The text was updated successfully, but these errors were encountered:
Can you explain a little more about what the issue is?
Sorry, something went wrong.
I'd like to be able to decorate methods as follows
@controller('/example') class Example { @get('/') hello = (request, reply) => reply('world') }
Ah! Would totally take a PR to support this if you have the time.
No branches or pull requests
These methods have an initializer of type
[Function]
instead of a value in the descriptor.The text was updated successfully, but these errors were encountered: