This commit is contained in:
Lloyd Brookes
2015-11-24 11:46:47 +00:00
parent d963222d19
commit ccaae1614c
10 changed files with 121 additions and 151 deletions

View File

@ -0,0 +1,8 @@
module.exports = {
response: function (ctx, id, name) {
this.body = {
id: id,
name: name
}
}
}