aws-samples / aws-samples/eb-node-express-sample
Missing line to properly load static content
Open
- Dominant language
- EJS
- Stars
- 279
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
#This line is missing in App.js
app.use("/static", express.static(__dirname + '/static'));
Contributor guide
Assessment
This issue has not been assessed yet.