Skip to content

Commit 9fdb6a7

Browse files
committed
navigation
1 parent 700c4b6 commit 9fdb6a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SimpleJavaWebApplication/src/main/java/de/codecentric/sjwa/services/BerechnungService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class BerechnungService implements Serializable {
5858
public String addiere() {
5959
output.clear();
6060
output.add(addition.ausfuehren(werte));
61-
return "index";
61+
return "rechner";
6262
}
6363

6464
/**
@@ -72,7 +72,7 @@ public String alleAusfuehren() {
7272
for (Berechnung operation : operationen) {
7373
output.add(operation.ausfuehren(werte));
7474
}
75-
return "index";
75+
return "rechner";
7676
}
7777

7878
@PostConstruct

0 commit comments

Comments
 (0)