diff --git a/src/main/java/cc/fascinated/api/controller/HomeController.java b/src/main/java/cc/fascinated/api/controller/HomeController.java index d03441a..17c02bc 100644 --- a/src/main/java/cc/fascinated/api/controller/HomeController.java +++ b/src/main/java/cc/fascinated/api/controller/HomeController.java @@ -12,6 +12,7 @@ public class HomeController { /** * The example UUID. */ + @SuppressWarnings("FieldCanBeLocal") private final String exampleUuid = "eeab5f8a-18dd-4d58-af78-2b3c4543da48"; @RequestMapping(value = "/") diff --git a/src/main/resources/templates/error.html b/src/main/resources/templates/error.html index b3cf914..99dd81e 100644 --- a/src/main/resources/templates/error.html +++ b/src/main/resources/templates/error.html @@ -10,7 +10,7 @@ -
+Oh, no!
You have encountered an error.
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 207c4b1..a5bfce3 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -10,13 +10,13 @@ - +Hello!!!
Wrapper for the Minecraft APIs to make them easier to use.
\ No newline at end of file