Skip to content

Commit

Permalink
feat: add gateway indicator endpoint (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Aug 7, 2024
1 parent 2fd1b34 commit c716830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export const createApp = (
res.end()
})

app.get('/gateway', (_req, res) => res.send({ gateway: true }))

// Health endpoint
app.get('/health', (_req, res) => res.send('OK'))

Expand Down

0 comments on commit c716830

Please sign in to comment.