Skip to content

Commit

Permalink
Merge pull request #173 from boostcampwm2023/infra/test2
Browse files Browse the repository at this point in the history
feat/test2
  • Loading branch information
choyoungwoo9 authored Feb 5, 2024
2 parents 5c82198 + 91215b8 commit 8a6a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/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 backend!3';
return 'Hello backend!4';
}
}

0 comments on commit 8a6a0f5

Please sign in to comment.