Skip to content

Commit 1a4133c

Browse files
committed
[Chore] 포트변경 2
1 parent 9b507b9 commit 1a4133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ongil/backend/PingController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class PingController {
88

99
@GetMapping("/ping")
1010
public String ping() {
11-
return "pong2";
11+
return "pong";
1212
}
1313
}

0 commit comments

Comments
 (0)