Skip to content

Commit 39145bc

Browse files
authored
Merge pull request #150 from prgrms-web-devcourse-final-project/deploy-1
work
2 parents f46f2c0 + 338cea7 commit 39145bc

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)