Add proxy app and app link creation in appstore view

This commit is contained in:
Johannes Zellner
2025-01-08 16:34:54 +01:00
parent 7d56e71f77
commit b1da8bbc4c
5 changed files with 61 additions and 17 deletions
+1
View File
@@ -31,6 +31,7 @@ function create(origin, accessToken) {
if (error || result.status !== 201) {
console.error('Failed to add applink.', error || result.status);
throw(error ? error : result);
}
},
async update(id, applink) {