fix(frontend): connect an app resource creation

This commit is contained in:
Ruben Fiszel
2022-07-07 10:51:17 +02:00
parent 0cbd222082
commit 93e2ee5a4d
@@ -109,7 +109,7 @@
requestBody: {
resource_type,
path,
value: `{ "token": "$var:${path}"}`,
value: { token: '$var:${path}' },
description: `OAuth token for ${resource_type}`
}
})