Skip to content

Commit c8a8a64

Browse files
working on #155
1 parent 444d5ee commit c8a8a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/twitterwall/frontend/controller/ApplicationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public String domainCount(Model model) {
3030
}
3131

3232
@RequestMapping(path="/management")
33-
public String dmanagementPage(Model model) {
33+
public String managementPage(Model model) {
3434
String msg = "/application/domain/count: ";
3535
String title = "Application Management";
3636
String subtitle = twitterProperties.getSearchQuery();

0 commit comments

Comments
 (0)