Progress Report - in progress

This commit is contained in:
2015-04-14 16:51:47 -04:00
parent d203261c64
commit d18ccb49da
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