Skip to content

Commit

Permalink
enabled assignment server
Browse files Browse the repository at this point in the history
  • Loading branch information
kreenamehta committed Nov 29, 2016
1 parent 3233ad5 commit beda2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ app.use(express.static(__dirname + '/public'));

// require ("./test/app.js")(app);

// require("./assignment/app.js")(app);
require("./project/app.js")(app);
require("./assignment/app.js")(app);
// require("./project/app.js")(app);
// require("./project/todo/app")(app);

app.set('ipaddress', (process.env.IP));
Expand Down

0 comments on commit beda2bd

Please sign in to comment.