Skip to content

Commit

Permalink
Merge pull request #41 from Phoscur/patch-1
Browse files Browse the repository at this point in the history
Add express app return
  • Loading branch information
TiagoDanin authored Feb 9, 2020
2 parents 5cc2ab4 + a6d16ca commit 8366114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ https://github.com/TiagoDanin/Telegraf-Test
this.server.get('/bot:token/:method', handleRequest)
this.server.post('/bot:token/:method', handleRequest)

this.server.listen(this.options.port, () => {
return this.server.listen(this.options.port, () => {
log('Telegraf Test Server runnig in port: ', this.options.port)
})
}
Expand Down

0 comments on commit 8366114

Please sign in to comment.