add somes files

This commit is contained in:
batche
2022-10-20 17:00:28 +02:00
parent 834ec50cff
commit 486868373f
31599 changed files with 4134905 additions and 3 deletions

View File

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