Add full ability to add/delete attendees

This commit is contained in:
2016-12-28 09:25:20 -05:00
parent 49893ffdb6
commit 350a30715a
15 changed files with 292 additions and 28 deletions

View File

@ -1,6 +1,6 @@
var ErrorConstants = require('../constants/ErrorConstants');
var models = require('../models.js');
var models = require('../models');
var Error = models.Error;
function serverError(error) {