add violation tanstak-table
This commit is contained in:
@@ -120,7 +120,7 @@ export async function viewFileInfo(fileId: string) {
|
||||
}
|
||||
|
||||
export async function downloadFile(fileId: string, fileName: string) {
|
||||
const token = await getSessionData('token')
|
||||
const token = await getSessionData('token');
|
||||
|
||||
const response = await fetch(`${API_BASE_URL}/api/v1/files/download/${fileId}`, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user