Skip to content

Commit 53bfc14

Browse files
committed
Updating the webserver
1 parent d9e9dd2 commit 53bfc14

48 files changed

Lines changed: 4602 additions & 2244 deletions

Some content is hidden

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

aci-demo/src/main/java/com/Celebal_Aarav/acidemo/MainController.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
@Controller
77
public class MainController {
88

9-
@GetMapping("/")
10-
public String redirectToIndex() {
11-
return "redirect:/index.html";
12-
}
9+
@GetMapping("/")
10+
public String home() {
11+
return "redirect:/index.html";
12+
}
1313
}
1414

0 commit comments

Comments
 (0)