Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater committed Aug 19, 2024
1 parent a495f80 commit f9ed9b1
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 @@ -9,7 +9,7 @@ export class AppService {
) {}

getHello(): string {
return 'Hello Universe!';
return 'Hello Universe';
}

async pingTemplateMicroservice(): Promise<string> {
Expand Down

0 comments on commit f9ed9b1

Please sign in to comment.