petit test de push

This commit is contained in:
sdraris 2025-09-17 10:07:14 +02:00
parent b030d29b11
commit b8af145325

View File

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