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
Files with an index.* filename should be map to the current folder when retrieving the routes. For example:
index.*
./index.js => / ./api/index.wasm => /api/
Currently, these files are not properly mounted and wws is returning a 404 when trying to access to those routes.
wws
The text was updated successfully, but these errors were encountered:
Angelmmiguel
Successfully merging a pull request may close this issue.
Files with an
index.*
filename should be map to the current folder when retrieving the routes. For example:Currently, these files are not properly mounted and
wws
is returning a 404 when trying to access to those routes.The text was updated successfully, but these errors were encountered: