getting this error in can someone help?
var express = require("express"),
app = express.createServer();
app.use(express.static(__dirname + '/styles'));
app.listen(3001);
getting this error
Cannot GET / styles /
default.css
Answers
Answered by
0
Answer:
what is this what is this
Similar questions