add violation tanstak-table

This commit is contained in:
smanylov
2026-03-12 17:44:02 +07:00
parent d36b724d4f
commit 7a1b45895f
5 changed files with 658 additions and 77 deletions
+1 -1
View File
@@ -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: {