Skip to content

Commit

Permalink
Merge pull request #408 from boostcampwm2023/server/chore/404
Browse files Browse the repository at this point in the history
CD 정상 작동 확인
  • Loading branch information
sk000801 authored Feb 15, 2024
2 parents 16fffa0 + b9c898e commit c513dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/nest/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 'Catchy Tape 📼';
return 'Catchy Tape!';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class HelloCatchyTape {
@GetMapping("/test")
public String test() {
return "hello this is catchy-tape 📼";
return "hello this is catchy-tape!";
}
}

0 comments on commit c513dc1

Please sign in to comment.