ringcentral / rc-assistant

RC Assistant Bot
4 stars 2 forks source link

Should add a callback log for app.listen #2

Closed zxdong262 closed 5 years ago

zxdong262 commented 5 years ago
// so developer could click the link to open it.
app.listen(3000, () => {
  console.log('server runs at http://localhost:3000')
})
tylerlong commented 5 years ago

Done