rc
DenisN 2025-03-27 04:49:50 -04:00
parent 70c7626172
commit 224028ff11
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello World!';
return 'Hello New World!';
}
}