Skip to content

Commit

Permalink
changed return val
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbat committed Mar 3, 2024
1 parent ce7880f commit a6cb526
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app.service.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Injectable } from '@nestjs/common';

import { Injectable } from '@nestjs/common'

@Injectable()
export class AppService {
getHello(): string {
return 'Code must be resfsf';

return 'App is Running'
}
}

0 comments on commit a6cb526

Please sign in to comment.