more bits

This commit is contained in:
Dobie Wollert
2015-12-20 23:44:49 -08:00
parent a680042374
commit 977ea41cef
6 changed files with 198 additions and 31 deletions

View File

@ -71,7 +71,7 @@ function index(req, res) {
}
/**
* POST /api/spans/:user_id
* POST /api/spans/:span_id
*/
function update(req, res) {
req.check('id').isMongoId();