servo test

parent 0207d715
Showing with 1 additions and 1 deletions
...@@ -57,7 +57,7 @@ for(var i=0;i<90;i++){ ...@@ -57,7 +57,7 @@ for(var i=0;i<90;i++){
*/ */
app.use('/public', express.static(__dirname + '/public')); app.use('/public', express.static(__dirname + '/public'));
app.get('/', function(req, res) { app.get('/', function(req, res) {
res.sendFile(__dirname + '/public/views/index.html'); res.sendFile(__dirname + '/views/index.html');
}); });
server.listen('8080'); server.listen('8080');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment