Progress Report - in progress

This commit is contained in:
2015-04-14 16:51:47 -04:00
parent 6e3a9b87b9
commit ff581d8a8c
19 changed files with 520 additions and 14 deletions

2
app.js
View File

@@ -11,7 +11,7 @@ app.configure(function() {
app.set('view engine', 'jade');
app.use(express.logger('dev'));
app.use(express.json());
app.use(express.static(path.join(__dirname, 'public')));
//debug error handler