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 6c14531 commit 557a2d3Copy full SHA for 557a2d3
src/app.dummy.ts
@@ -1,5 +1,5 @@
1
export class AppDummy {
2
public dummy(): string {
3
- return 'dummy';
+ return 'not so dummy';
4
}
5
src/app.module.ts
@@ -47,7 +47,7 @@ import { SchoolModule } from './school/school.module';
47
},
48
{
49
provide: 'APP_NAME',
50
- useValue: 'Nest events backend',
+ useValue: 'The best Nest events backend',
51
52
53
provide: 'MESSAGE',
0 commit comments