Skip to content

Commit

Permalink
module bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webdev312 committed Nov 24, 2019
1 parent c6aef8f commit 15c7d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serversync.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
options.addArguments('headless');
options.addArguments('disable-gpu');

var app = express();
var app=express();

app.set('port', 8080);
app.use(express.static(__dirname + '/app'));
Expand Down Expand Up @@ -383,4 +383,4 @@
console.log("server is established on port : " + app.get('port'));
});
}).call(this);


0 comments on commit 15c7d12

Please sign in to comment.