diff --git a/src/root-app/app.service.ts b/src/root-app/app.service.ts index ad7614e..b934860 100644 --- a/src/root-app/app.service.ts +++ b/src/root-app/app.service.ts @@ -3,6 +3,6 @@ import {Injectable} from "@nestjs/common"; @Injectable() export class AppService { getHello(): string { - return "Healthy and running"; + return '{result: "Healthy and running"}'; } }