Ajustes en el temario
This commit is contained in:
parent
d8eef3e74e
commit
3ad4567cc4
|
|
@ -23,7 +23,7 @@ public class WebController {
|
|||
*
|
||||
* @return nombre de la plantilla {@code index}
|
||||
*/
|
||||
@GetMapping({"/", "/inicio", "/index.html"})
|
||||
@GetMapping({"/", "/inicio"})
|
||||
public String inicio() { return "index"; }
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue