Skip to content

Commit

Permalink
Updated Landing message
Browse files Browse the repository at this point in the history
  • Loading branch information
NotKyoyo committed Apr 23, 2021
1 parent 7694596 commit 7e164cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ if (process.env.LOGGER === 'true') {
app.get('/', (req, res) => {
res.json({
code: '200',
message: 'ok',
message:
'Join the support server to get auth token https://discord.gg/yyW389c',
})
})
app.use(ipLogger)
Expand Down

0 comments on commit 7e164cb

Please sign in to comment.