Skip to content

Commit

Permalink
feat: change to json
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan-skedsocial committed Jan 4, 2025
1 parent 480ab68 commit aa27e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root-app/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import {Injectable} from "@nestjs/common";
@Injectable()
export class AppService {
getHello(): string {
return "Healthy and running";
return '{result: "Healthy and running"}';
}
}

0 comments on commit aa27e23

Please # to comment.