Fix a few lowhaning TODOs

This commit is contained in:
Johannes Zellner
2025-03-28 16:09:58 +01:00
parent 79093bf61c
commit 3df0e6fda1
7 changed files with 107 additions and 43 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function create() {
async create() {
let error, result;
try {
result = await fetcher.post(`${API_ORIGIN}/api/v1/backups/create`, {}, { access_token: accessToken });
result = await fetcher.post(`${API_ORIGIN}/api/v1/backups/creat`, {}, { access_token: accessToken });
} catch (e) {
error = e;
}