Skip to content

Commit 338cea7

Browse files
committed
work
1 parent f46f2c0 commit 338cea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/backend/domain/home/controller/HomeController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
public class HomeController {
99
@GetMapping("/")
1010
public String showMain() {
11-
return "Hello, World!";
11+
return "Hello, World!!";
1212
}
1313
}

0 commit comments

Comments
 (0)