Skip to content

Commit

Permalink
FIX:: 개발서버 CICD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
Devheun committed Aug 29, 2024
1 parent ec8c534 commit a97fc8a
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!!!~~~%%%%%%%%%%%%%%!!!!!!!!!!!!!!';
return 'Hello World!!!~~~%%%%%%%%%%%%%%!!!!!!!!!!!!!!~~~~~';
}
}

0 comments on commit a97fc8a

Please sign in to comment.