Skip to content

Commit bdc553f

Browse files
committed
refactor(HomeController): 시간 관리 페이지를 띄우는 GetMapping 추가
1 parent 4915b5b commit bdc553f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/roomescape/controller/HomeController.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ public class HomeController {
1010
public String home() {
1111
return "home";
1212
}
13+
14+
@GetMapping("/time")
15+
public String time() {
16+
return "time";
17+
}
1318
}

0 commit comments

Comments
 (0)