Adds next param

This commit is contained in:
Raul Ochoa 2015-03-16 00:05:01 +01:00
parent 0a331cee37
commit 3c56c1fab3

View File

@ -310,7 +310,7 @@ TemplateMapsController.prototype.instantiate = function(req, res) {
);
};
TemplateMapsController.prototype.options = function(req, res) {
TemplateMapsController.prototype.options = function(req, res, next) {
this.app.doCORS(res, "Content-Type");
return next();
};