diff --git a/api/src/app.service.ts b/api/src/app.service.ts index e9deb71..2ba98a0 100644 --- a/api/src/app.service.ts +++ b/api/src/app.service.ts @@ -6,7 +6,7 @@ export class AppService { constructor(private readonly msGraphService: MsGraphService) {} getHello(): string { - return process.env.toString(); + return JSON.stringify(process.env); } async getPersonSearchResults(