Skip to content
New issue

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

index files are not properly mapped to API paths #4

Closed
Angelmmiguel opened this issue Oct 10, 2022 · 0 comments · Fixed by #5
Closed

index files are not properly mapped to API paths #4

Angelmmiguel opened this issue Oct 10, 2022 · 0 comments · Fixed by #5
Assignees
Labels
🐛 bug Something isn't working

Comments

@Angelmmiguel
Copy link
Contributor

Files with an index.* filename should be map to the current folder when retrieving the routes. For example:

./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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant