API & Client - rename data export endpoints

This commit is contained in:
Sam
2023-03-05 10:30:26 +01:00
parent 4aed07d458
commit 65a8ae0ae7
4 changed files with 22 additions and 22 deletions

View File

@ -212,7 +212,7 @@
async function downloadArchive(filename: string) {
generatingLink.value = true
await authApi
.get(`/auth/profile/export/${filename}`, {
.get(`/auth/account/export/${filename}`, {
responseType: 'blob',
})
.then((response) => {