From 00021a5785722be3433c3aa79d838ebd4f2ffa52 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 8 May 2022 05:13:22 +0200 Subject: Remove unused templates Signed-off-by: Georg Pfuetzenreuter --- .../net/libertacasa/pubsh/web/WebApplication.java | 2 +- src/main/resources/templates/external.html | 22 ---------------------- src/main/resources/templates/userInfo.html | 15 --------------- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 src/main/resources/templates/external.html delete mode 100644 src/main/resources/templates/userInfo.html diff --git a/src/main/java/net/libertacasa/pubsh/web/WebApplication.java b/src/main/java/net/libertacasa/pubsh/web/WebApplication.java index 87c4682..a9e62ad 100644 --- a/src/main/java/net/libertacasa/pubsh/web/WebApplication.java +++ b/src/main/java/net/libertacasa/pubsh/web/WebApplication.java @@ -47,7 +47,7 @@ public class WebApplication { @GetMapping("/") public String index() { - return "external"; + return "portal"; } diff --git a/src/main/resources/templates/external.html b/src/main/resources/templates/external.html deleted file mode 100644 index c2c8cd4..0000000 --- a/src/main/resources/templates/external.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -
-
-

Welcome ...

-
-
- -

Existing Users

-
- Enter the intranet: Portal -
-
- -
- - - - diff --git a/src/main/resources/templates/userInfo.html b/src/main/resources/templates/userInfo.html deleted file mode 100644 index 1446fe2..0000000 --- a/src/main/resources/templates/userInfo.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - -
-

- Hello, --name--. -

-

- Your Date of Birth as per our records is . -

-
- - -- cgit v1.2.3