removed giovanni
This commit is contained in:
parent
0489d0221c
commit
346d305950
1 changed files with 0 additions and 6 deletions
|
@ -17,10 +17,4 @@ public class WelcomeController {
|
||||||
List<Device> testDevices() {
|
List<Device> testDevices() {
|
||||||
return Arrays.asList(new Dimmer(), new Light(), new MotionSensor(), new Sensor(), new SmartPlug(), new Switch());
|
return Arrays.asList(new Dimmer(), new Light(), new MotionSensor(), new Sensor(), new SmartPlug(), new Switch());
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/giovanni")
|
|
||||||
public String index(@RequestParam(name = "name", required = false, defaultValue = "World") String name, Model model) {
|
|
||||||
model.addAttribute("name", name);
|
|
||||||
return "index";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue