Skip to content
Snippets Groups Projects
Commit 8e3d49f0 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: storage path in UI

parent 8056ae8a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment