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 . -

-
- -