diff --git a/backend/src/app.service.ts b/backend/src/app.service.ts index c6da085b..f1e44319 100644 --- a/backend/src/app.service.ts +++ b/backend/src/app.service.ts @@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common'; @Injectable() export class AppService { getHello(): string { - return 'Hello BackEnd!'; + return 'Hello BackEnd!222'; } }