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 be88aa3 commit eae6e2a
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 eae6e2a

Please sign in to comment.