diff --git a/backend/applications/src/app/controllers/form.controller.ts b/backend/applications/src/app/controllers/form.controller.ts index 8d6b3fd1..f2f972ef 100644 --- a/backend/applications/src/app/controllers/form.controller.ts +++ b/backend/applications/src/app/controllers/form.controller.ts @@ -11,8 +11,8 @@ export class FormController { constructor(private formService: FormService) { } /** - * Gets count of submitted forms - * @returns form count + * Checks if table exists + * @returns boolean */ @Get('health') async healthCheck(): Promise { diff --git a/backend/applications/src/app/services/form.service.ts b/backend/applications/src/app/services/form.service.ts index 4bc52c71..1c03e090 100644 --- a/backend/applications/src/app/services/form.service.ts +++ b/backend/applications/src/app/services/form.service.ts @@ -11,7 +11,7 @@ export class FormService { /** * Checks if table exists - * @returns form count + * @returns boolean */ async healthCheck(): Promise { const tableExists = (