Skip to content

Commit

Permalink
Merge pull request #170 from boostcampwm2023/be/test
Browse files Browse the repository at this point in the history
feat: 백엔드 테스트
  • Loading branch information
choyoungwoo9 authored Feb 1, 2024
2 parents eae6e2a + f1fd9e7 commit 30915ce
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!';
return 'Hello BackEnd!222';
}
}

0 comments on commit 30915ce

Please sign in to comment.