Rename api url field in the Cloud APL (#146)

This commit is contained in:
Krzysztof Wolski 2023-01-12 16:13:27 +01:00 committed by GitHub
parent 887751a51e
commit bc622dd3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ const validateResponseStatus = (response: Response) => {
const mapAuthDataToAPIBody = (authData: AuthData) => ({
saleor_app_id: authData.appId,
api_url: authData.saleorApiUrl,
saleor_api_url: authData.saleorApiUrl,
jwks: authData.jwks,
domain: authData.domain,
token: authData.token,