From 1d88bdf442547117c785c3e1cf534947252d19b9 Mon Sep 17 00:00:00 2001 From: Araozu Date: Sun, 3 Dec 2023 08:04:45 -0500 Subject: [PATCH] Remove ?t from tailwind output file request --- .../java/dev/araozu/jerguero/controller/IndexController.java | 2 -- src/main/resources/templates/views/index.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/dev/araozu/jerguero/controller/IndexController.java b/src/main/java/dev/araozu/jerguero/controller/IndexController.java index bf2a239..afe44d3 100644 --- a/src/main/java/dev/araozu/jerguero/controller/IndexController.java +++ b/src/main/java/dev/araozu/jerguero/controller/IndexController.java @@ -9,8 +9,6 @@ public class IndexController { @GetMapping("/") public String index(Model model) { - model.addAttribute("time", System.currentTimeMillis()); - return "views/index"; } diff --git a/src/main/resources/templates/views/index.html b/src/main/resources/templates/views/index.html index e829d2b..b1757f3 100644 --- a/src/main/resources/templates/views/index.html +++ b/src/main/resources/templates/views/index.html @@ -8,7 +8,7 @@ Jerguero - +