changed name for html file
This commit is contained in:
@ -3,8 +3,6 @@ package mops.gruppen2.controllers;
|
||||
import javax.annotation.security.RolesAllowed;
|
||||
|
||||
import mops.gruppen2.entities.Gruppe;
|
||||
import mops.gruppen2.entities.GruppeRepository;
|
||||
import mops.gruppen2.entities.Teilnehmer;
|
||||
import mops.gruppen2.security.Account;
|
||||
import org.keycloak.KeycloakPrincipal;
|
||||
import org.keycloak.adapters.springsecurity.token.KeycloakAuthenticationToken;
|
||||
@ -56,7 +54,7 @@ public class Gruppen2Controller {
|
||||
|
||||
@GetMapping("/createGroup")
|
||||
public String createGruppe(){
|
||||
return "test";
|
||||
return "create";
|
||||
}
|
||||
|
||||
@GetMapping("/findGroup")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org"
|
||||
th:replace="~{mopslayout :: html(name='Name des Subsystems', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}">
|
||||
th:replace="~{mopslayout :: html(name='Gruppenbildung', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Name des Subsystems</title>
|
||||
Reference in New Issue
Block a user