Add endpoint for triggering restoration completion

This commit is contained in:
Dane Everitt
2021-01-18 21:14:49 -08:00
parent e700b4da78
commit f24193801a
3 changed files with 40 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ export const rawDataToFileObject = (data: FractalResponseData): FileObject => ({
'application/x-br', // .tar.br
'application/x-bzip2', // .tar.bz2, .bz2
'application/gzip', // .tar.gz, .gz
'application/x-gzip',
'application/x-lzip', // .tar.lz4, .lz4 (not sure if this mime type is correct)
'application/x-sz', // .tar.sz, .sz (not sure if this mime type is correct)
'application/x-xz', // .tar.xz, .xz