Add proxy app and app link creation in appstore view
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user