Skip to content

Commit

Permalink
PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
NaayoungKwon committed Dec 1, 2022
1 parent b9ebca5 commit 31bca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/apps/api/src/api.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 ApiService {
getHello(): string {
return 'Hello Asnity World ~ 🍊';
return '🍊 Hello Asnity World ~ 🍊';
}
}

0 comments on commit 31bca8c

Please sign in to comment.