Rename api url field in the Cloud APL (#146)
This commit is contained in:
parent
887751a51e
commit
bc622dd3e1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const validateResponseStatus = (response: Response) => {
|
||||||
|
|
||||||
const mapAuthDataToAPIBody = (authData: AuthData) => ({
|
const mapAuthDataToAPIBody = (authData: AuthData) => ({
|
||||||
saleor_app_id: authData.appId,
|
saleor_app_id: authData.appId,
|
||||||
api_url: authData.saleorApiUrl,
|
saleor_api_url: authData.saleorApiUrl,
|
||||||
jwks: authData.jwks,
|
jwks: authData.jwks,
|
||||||
domain: authData.domain,
|
domain: authData.domain,
|
||||||
token: authData.token,
|
token: authData.token,
|
||||||
|
|
Loading…
Reference in a new issue