diff --git a/backend/src/app.service.ts b/backend/src/app.service.ts index f1e44319..c37f9b2b 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!222'; + return 'Hello BackEnd!333'; } }