Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Mar 2, 2017
1 parent 05a0037 commit 8dded04
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
@@ -1,3 +1,3 @@
var connect = require('connect');
var serveStatic = require('serve-static');
connect().use(serveStatic(__dirname)).listen(8088);
connect().use(serveStatic(__dirname)).listen(8088);

0 comments on commit 8dded04

Please sign in to comment.