MCPcopy Create free account
hub / github.com/0x727/DropLabTools / HomeController

Class HomeController

src/main/java/com/droplab/Controller/HomeController.java:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import java.util.HashMap;
10
11@Controller
12@RequestMapping("/")
13public class HomeController {
14 @RequestMapping("/")
15 public String show(Model model){
16 model= CommonUtils.modelSet(new HashMap<>(),model);
17 return "index";
18 }
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected