api refactoring + random cleanup

This commit is contained in:
hayden
2021-02-03 19:07:19 -09:00
parent c44edf97ae
commit 38e4afcc3c
11 changed files with 38 additions and 27 deletions

View File

@@ -65,7 +65,7 @@
<v-divider></v-divider>
<v-card-actions>
<v-btn color="accent" text :href="`/api/backups/${name}/download/`">
<v-btn color="accent" text :href="`/api/backups/${name}/download`">
{{ $t("general.download") }}
</v-btn>
<v-spacer></v-spacer>