This commit is contained in:
2025-06-10 15:42:00 +02:00
parent 4579b35fe0
commit be443ae71b
4 changed files with 79 additions and 1 deletions

View File

@@ -392,6 +392,9 @@ const uploadEOI = async (file: File) => {
const response = await $fetch<{ success: boolean; document: any; message: string }>('/api/eoi/upload-document', {
method: 'POST',
headers: {
'x-tag': '094ut234'
},
query: {
interestId: props.interest.Id.toString()
},