Skip to content

Commit

Permalink
Update app.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Steavy authored Oct 9, 2023
1 parent d604aa3 commit 44eb788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello World New Docker Image!';
return 'Hello World New Docker Image break code for demo purpose2!';
}
}

0 comments on commit 44eb788

Please sign in to comment.