We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f2c98 commit ea06125Copy full SHA for ea06125
src/app.service.ts
@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
3
@Injectable()
4
export class AppService {
5
getHello(): string {
6
- return 'Hello World!';
+ return 'Hello Laftelsync!';
7
}
8
0 commit comments