From 4588b749b38818cf4995eba40e949ff20ffb1313 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Wed, 30 Mar 2022 16:54:43 +0200
Subject: [PATCH] fix: #be relativize public js path

---
 backend/templates/dashboard.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/templates/dashboard.ejs b/backend/templates/dashboard.ejs
index c9bc6dc..03cb801 100644
--- a/backend/templates/dashboard.ejs
+++ b/backend/templates/dashboard.ejs
@@ -81,7 +81,7 @@
         </div>
     </div>
 
-    <script src="/public/dashboard.js"></script>
+    <script src="./public/dashboard.js"></script>
 </body>
 
 </html>
-- 
GitLab