Skip to content

Commit a6cb526

Browse files
committed
changed return val
1 parent ce7880f commit a6cb526

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app.service.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import { Injectable } from '@nestjs/common';
2-
1+
import { Injectable } from '@nestjs/common'
32

43
@Injectable()
54
export class AppService {
65
getHello(): string {
7-
return 'Code must be resfsf';
8-
6+
return 'App is Running'
97
}
108
}

0 commit comments

Comments
 (0)