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
res
req
Hi,
https://github.com/alshdavid/crayon/blob/0803146781fa2f9e5d57e05a6044a52b5643e211/examples/svelte/svelte-animated/src/main.js#L22
Shouldn't it be req.redirect instead of res.redirect ?
req.redirect
res.redirect
Same thing for app.path with res.mount.
app.path
res.mount
Or should it be (res, req) => instead of (req, res) ?
(res, req) =>
(req, res)
The text was updated successfully, but these errors were encountered:
It is req.redirect and req.mount. I made PR.
Sorry, something went wrong.
use req.redirect and req.mount in svelte examples (#63)
1e8be38
#62
No branches or pull requests
Hi,
https://github.com/alshdavid/crayon/blob/0803146781fa2f9e5d57e05a6044a52b5643e211/examples/svelte/svelte-animated/src/main.js#L22
Shouldn't it be
req.redirect
instead ofres.redirect
?Same thing for
app.path
withres.mount
.Or should it be
(res, req) =>
instead of(req, res)
?The text was updated successfully, but these errors were encountered: