Skip to content
Snippets Groups Projects

feat(server): health check endpoint added

Merged Alexandros Georgantas requested to merge health-check-api into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
104 106
105 107 app.use('/api', api) // REST API
106 108
109 app.get('/api/healthcheck', healthcheck) // Server health endpoint
  • added 1 commit

    • cf4d75dc - refactor(server): health check endpoint corrected

    Compare with previous version

  • merged

  • Yannis Barlas mentioned in commit 9ec929f0

    mentioned in commit 9ec929f0

  • Please register or sign in to reply