Browse Source

deleted obsolete file

master
Rohan Sircar 5 years ago
parent
commit
d6a6d32225
  1. 12
      chatto/src/main/resources/templates/restLogout.html

12
chatto/src/main/resources/templates/restLogout.html

@ -1,12 +0,0 @@
<!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>
Loading…
Cancel
Save