Set contentType for database uploads

This commit is contained in:
Robin Neatherway 2022-01-24 15:54:46 +00:00
parent 1a686e7d76
commit 751af2a9e3
3 changed files with 3 additions and 1 deletions

View file

@ -63,6 +63,7 @@ export async function uploadDatabases(
data: payload,
headers: {
authorization: `token ${apiDetails.auth}`,
contentType: "application/zip",
},
}
);