Add task deletion

This commit is contained in:
Rowan Manning
2013-09-24 20:58:47 +01:00
parent 5a3b4c09c6
commit 23ffae54fa
6 changed files with 56 additions and 1 deletions

1
app.js
View File

@@ -54,6 +54,7 @@ function initApp (config, callback) {
require('./route/index')(app);
require('./route/new')(app);
require('./route/task')(app);
require('./route/task/delete')(app);
// Error handling
app.express.get('*', function (req, res) {