Chatto/chatto/src/main/resources/templates/restLogout.html
2019-11-25 12:19:41 +05:30

12 lines
268 B
HTML

<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action="#" th:action="@{/api/perform_logout}" method="POST">
<input type="submit" value="Submit">
</form>
</body>
</html>