Skip to content

feat: add health check route#7

Merged
silent-cipher merged 1 commit intomainfrom
feat/health-check
Sep 7, 2025
Merged

feat: add health check route#7
silent-cipher merged 1 commit intomainfrom
feat/health-check

Conversation

@silent-cipher
Copy link
Copy Markdown
Collaborator

No description provided.

@FilOzzy FilOzzy added this to FOC Sep 7, 2025
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FOC Sep 7, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a health check endpoint to the application by introducing a new AppController with a /api/health route that returns a simple status response.

  • Adds a new AppController with a health check endpoint
  • Registers the AppController in the AppModule
  • Provides a basic health status response at /api/health

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/app.module.ts Imports and registers the new AppController
src/app.controller.ts Creates new controller with health check endpoint

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread src/app.controller.ts
@silent-cipher silent-cipher merged commit 8fbb937 into main Sep 7, 2025
1 check passed
@github-project-automation github-project-automation Bot moved this from 📌 Triage to 🎉 Done in FOC Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

3 participants