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
redirect
aot: false
1.0.20
WSL Ubuntu
const app = new Elysia({ aot: false }).get('/', ({ redirect }) => redirect('/yay')).listen(8080)
redirect works
redirect is not a function
reported on discord
The text was updated successfully, but these errors were encountered:
Should be fixed on 321a7c5, published under 1.0.21
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of Elysia.JS is running?
1.0.20
What platform is your computer?
WSL Ubuntu
What steps can reproduce the bug?
What is the expected behavior?
redirect works
What do you see instead?
redirect is not a function
Additional information
reported on discord
The text was updated successfully, but these errors were encountered: