Added hello world
This commit is contained in:
3
hello/world.js
Normal file
3
hello/world.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = class say {
|
||||
hello(req) { return `Hello ${req.data.to}!` }
|
||||
}
|
||||
Reference in New Issue
Block a user