Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Nov 18, 2024
1 parent 32243a7 commit e3c37c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/backend/src/controller/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export default class AppController {

@Get("/health")
public async getHealth() {
return "OK";
return {
status: "OK",
};
}

@Get("/statistics")
Expand Down

0 comments on commit e3c37c3

Please sign in to comment.