Merged PR 197: Fix storage path
Fix storage path
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user