mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Add console to ping
This commit is contained in:
parent
af9d5da17c
commit
2e4427d96e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ module.exports = (server) => {
|
|||
auth: false,
|
||||
},
|
||||
handler: (request, reply) => {
|
||||
console.log("---> Ping!")
|
||||
reply("pong")
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue