Merged PR 197: Fix storage path

Fix storage path
This commit is contained in:
2025-07-10 16:25:10 +00:00

View File

@@ -182,7 +182,7 @@ const updateLoading = ref(false);
const fileContent = ref(''); const fileContent = ref('');
const fileType = ref(''); const fileType = ref('');
const chat_enabled = ref(false); const chat_enabled = ref(false);
const baseUploadDir = 'mnt/hermione_storage/documents/file_input_scenarios/'; const baseUploadDir = '/mnt/hermione_storage/hermione/file_input_scenarios/';
onMounted(() => { onMounted(() => {
if (execution) { if (execution) {