Skip to content

Commit 1c36b1a

Browse files
committed
Sanity check
1 parent 9859c65 commit 1c36b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
33
@Injectable()
44
export class AppService {
55
getHello(): string {
6-
return 'Hello World!';
6+
return 'Hello World 2!';
77
}
88
}

0 commit comments

Comments
 (0)