Handle urbackup clients with images disabled

This commit is contained in:
shamoon
2023-08-03 08:50:45 -07:00
parent 69d828ec8e
commit cf05a85ad6
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ await (async () => {
maxDays: serviceWidget.maxDays
});
} catch (error) {
res.status(500).json({ error: "Something Broke" })
res.status(500).json({ error: "Error communicating with UrBackup server" })
}
})();