Computer Science, asked by Anonymous, 1 month ago

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 su6242599
0

Answer:

what is this what is this

Similar questions