Skip to content

Commit

Permalink
Chore(#2): ci-cd setting
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Sep 30, 2023
1 parent 206107e commit 40d2046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/numberone/backend/HelloController.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@Slf4j
@RestController
public class HelloController {
@RequestMapping("/hello")
@RequestMapping("")
public String hello(){
log.info("[hello controller is called]");
return "Hello, NumberOne";
Expand Down

0 comments on commit 40d2046

Please sign in to comment.