4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
module.exports = function (con, req, cb) {
|
|
return cb({ error: "At develop" });
|
|
//;
|
|
}; |