diff --git a/backend/templates/dashboard.ejs b/backend/templates/dashboard.ejs
index c9bc6dc13f655f9f56d8b9cb6d5f877675163213..03cb801f03a93abd586cac0630cd723cc54b435d 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>