From 8e3d49f03c06ea6f9e93a815a056ac9dbc5abe75 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 10 Jan 2023 14:46:14 +0100
Subject: [PATCH] fix: storage path in UI

---
 backend/templates/dashboard.ejs | 2 +-
 backend/templates/workshop.ejs  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/backend/templates/dashboard.ejs b/backend/templates/dashboard.ejs
index 5ccafc8..2c5e478 100644
--- a/backend/templates/dashboard.ejs
+++ b/backend/templates/dashboard.ejs
@@ -175,7 +175,7 @@
                                     </td>
                                     <td>
                                         <img style="height:1.5rem"
-                                            src="<%= `/oetzit-storage-api/words/${transcriptionsEntropyTail[i].page_id}/${transcriptionsEntropyTail[i].word_id}.png` %>">
+                                            src="<%= `/oetzit/storage/words/${transcriptionsEntropyTail[i].page_id}/${transcriptionsEntropyTail[i].word_id}.png` %>">
 
                                     </td>
                                     <td>
diff --git a/backend/templates/workshop.ejs b/backend/templates/workshop.ejs
index 20020e3..a622fed 100644
--- a/backend/templates/workshop.ejs
+++ b/backend/templates/workshop.ejs
@@ -147,7 +147,7 @@
                                     </td>
                                     <td>
                                         <img style="height:1.5rem"
-                                            src="<%= `/oetzit-storage-api/words/${transcriptionsEntropy[i].page_id}/${transcriptionsEntropy[i].word_id}.png` %>">
+                                            src="<%= `/oetzit/storage/words/${transcriptionsEntropy[i].page_id}/${transcriptionsEntropy[i].word_id}.png` %>">
 
                                     </td>
                                     <td>
-- 
GitLab