Skip to content

Commit

Permalink
👷[CD]:GitHub Actions, Docker 배포 관련
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Apr 8, 2024
1 parent a9459a3 commit 1614a7c
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 @@ -15,7 +15,7 @@
@Slf4j
public class TestController {

@GetMapping("/test/hello")
@GetMapping("/test/hell1o")
@Operation(summary = "swagger 테스트용 API 입니다.", description = "simple API for swagger test!")
public String hello() {
return "Swagger Setting Success~~!";
Expand Down

0 comments on commit 1614a7c

Please sign in to comment.