4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
module.exports = function () {
|
|
return this.reply(202);
|
|
}
|
module.exports = function () {
|
|
return this.reply(202);
|
|
}
|