Skip to content
Permalink
Browse files
test
  • Loading branch information
nathwan2 committed Sep 27, 2019
1 parent 847df4b commit 6f04e7d7f1b69b0076b099454de1d8d7c38f0bbf
Showing 1 changed file with 1 addition and 0 deletions.
@@ -10,3 +10,4 @@ const port = 8080
app.use(async ctx => ctx.body = 'Hello World')

module.exports = app.listen(port, () => console.log(`listening on port ${port}`))
//aasd

0 comments on commit 6f04e7d

Please sign in to comment.