Skip to content

Commit

Permalink
🔧 Change to go to different envoriments and not only production
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaElvkull committed Sep 11, 2024
1 parent e80e2af commit 6fa206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const OpenAPI_Portal_Prod: OpenAPIConfig = {
};

export const OpenAPI_userImpersonate: OpenAPIConfig = {
BASE: `https://api-amplify-portal-production.radix.equinor.com`,
BASE: `https://api-amplify-portal-${noLocalhostEnvironmentName}.radix.equinor.com`,
VERSION: '1.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
Expand Down

0 comments on commit 6fa206f

Please sign in to comment.