Skip to content

Commit

Permalink
👷[CD]:GitHub Actions, Docker 배포 관련
Browse files Browse the repository at this point in the history
 Github Action 진행 3 TEST
  • Loading branch information
rimi3226 committed May 10, 2024
1 parent 8b41eda commit 2efb832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gamegoo/controller/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TestController {
@GetMapping("/test/hello")
@Operation(summary = "swagger 테스트용 API 입니다.", description = "simple API for swagger test!")
public String hello() {
return "Swagger Setting Success!!!";
return "Swagger Setting Success!";
}

@GetMapping("/test/error")
Expand Down

0 comments on commit 2efb832

Please sign in to comment.