Skip to content

Commit

Permalink
Update app.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamkaka authored Jul 7, 2024
1 parent 2872f01 commit 45406ec
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 @@ -4,6 +4,6 @@ import { Injectable } from '@nestjs/common';
export class AppService {
getHello(): string {
// eslint-disable-next-line prettier/prettier
return 'lol,啥也没有';
return 'goodbye world\ankonia';
}
}

0 comments on commit 45406ec

Please sign in to comment.