Fix storage path

This commit is contained in:
2025-07-10 18:23:53 +02:00
parent 9d44b21868
commit cfae7963fe

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) {