updates
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user