🌔😺 Checkpoint
./server.js:334152/7
This commit is contained in:
parent
0a230d3752
commit
4f3e815d30
@ -12,7 +12,7 @@ var app = express();
|
||||
app.use(express.static('public'));
|
||||
|
||||
// http://expressjs.com/en/starter/basic-routing.html
|
||||
app.get("/", function (request, response) {
|
||||
app.get('/', function(request, response) {
|
||||
response.sendFile(__dirname + '/views/index.html');
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user