Skip to content

Commit

Permalink
feat: 백엔드 인프라 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
조영우 authored and 조영우 committed Feb 1, 2024
1 parent f81a883 commit d5a7086
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 World!';
return 'Hello backend!';
}
}

0 comments on commit d5a7086

Please sign in to comment.