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 9859c65 commit 1c36b1aCopy full SHA for 1c36b1a
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 World 2!';
7
}
8
0 commit comments