Skip to content

Commit 925f817

Browse files
committed
test: test를 위한 커밋
1 parent 6ad46d8 commit 925f817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/mangoboss/app/api/controller/TestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class TestController {
2020

2121
@GetMapping
2222
public String getHello() {
23-
return "hello";
23+
return "hello!!!! for test";
2424
}
2525

2626
@GetMapping("/test")

0 commit comments

Comments
 (0)