Skip to content

Commit 86a3182

Browse files
committed
Added new version based on StartBootstrap template.
1 parent edcd395 commit 86a3182

File tree

152 files changed

+134852
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+134852
-73
lines changed

src/main/java/com/ericsson/ei/frontend/WebController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public String greeting(Model model) {
4141
return "index";
4242
}
4343

44-
@RequestMapping("/subscriptionpage")
44+
@RequestMapping("/subscriptionpage.html")
4545
public String subscription(Model model) {
4646

4747
String frontendServiceUrl = String.format("http://%s:%d", frontendServiceHost, frontendServicePort);
@@ -51,7 +51,7 @@ public String subscription(Model model) {
5151
return "subscription";
5252
}
5353

54-
@RequestMapping("/testrules")
54+
@RequestMapping("/testRules.html")
5555
public String testRules(Model model) {
5656

5757
return "testRules";

0 commit comments

Comments
 (0)