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
Hello guys!
I put this code in my app.js
app.use(serve('./public'));
I have a folder public, with folder assets. But if I try to open http://localhost/assets/style.css I receive 404 error. I need to put public in front (like http://localhost/**public**/assets/style.css)
There is a way to change this? To access http://localhost/assets/style.css ?
Thanks for this.
The text was updated successfully, but these errors were encountered:
Hi @tacnoman , this is currently not possible with this library. I'd suggest taking a look at one of these, certainly if you're running version 2!
Sorry, something went wrong.
No branches or pull requests
Hello guys!
I put this code in my app.js
I have a folder public, with folder assets. But if I try to open http://localhost/assets/style.css I receive 404 error. I need to put public in front (like http://localhost/**public**/assets/style.css)
There is a way to change this? To access http://localhost/assets/style.css ?
Thanks for this.
The text was updated successfully, but these errors were encountered: