From 010b64a0d317db646adbbbf3552e73e3599f4f3a Mon Sep 17 00:00:00 2001 From: James Maes Date: Tue, 17 Jun 2025 09:41:07 -0500 Subject: [PATCH] Added for valid local tests of loading the front-end UI from different hosted paths --- .../src/test/resources/material-dashboard/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 qqq-middleware-javalin/src/test/resources/material-dashboard/index.html diff --git a/qqq-middleware-javalin/src/test/resources/material-dashboard/index.html b/qqq-middleware-javalin/src/test/resources/material-dashboard/index.html new file mode 100644 index 00000000..a043098a --- /dev/null +++ b/qqq-middleware-javalin/src/test/resources/material-dashboard/index.html @@ -0,0 +1 @@ +This is a mock of /material-dashboard/index.html for testing purposes. \ No newline at end of file