Skip to content

Commit

Permalink
adfixed express warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samofab committed Aug 5, 2015
1 parent 6bfea34 commit 45971e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var visa32test = require('./nisa32.js');
// visa32test.Visa32TestQuery('GPIB0::12::INSTR','*IDN?');

app.get('/',function(req,res){
res.sendfile('index.html');
res.sendFile('index.html');
});
var rcvMsg;
io.on('connection',function(socket){
Expand Down

0 comments on commit 45971e1

Please sign in to comment.