Skip to content

Commit

Permalink
Fix new cloud domain endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
4effo committed Jan 22, 2024
1 parent 50ce799 commit 20876b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workbench/backend/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const FSM_HOSTS_CORESUITE_TO_SAPCLOUD = new Map<string, string>()
.set('et.dev.coresuite.com', 'et.fsm-dev.cloud.sap')
.set('qt.dev.coresuite.com', 'qt.fsm-dev.cloud.sap')
.set('dt.dev.coresuite.com', 'dt.fsm-dev.cloud.sap')
.set('us.coresuite.com', 'us.fsm-dev.cloud.sap')
.set('au.coresuite.com', 'au.fsm-dev.cloud.sap')
.set('de.coresuite.com', 'de.fsm-dev.cloud.sap')
.set('eu.coresuite.com', 'eu.fsm-dev.cloud.sap')
.set('cn.coresuite.com', 'cn.fsm-dev.cloud.sap');
.set('us.coresuite.com', 'us.fsm.cloud.sap')
.set('au.coresuite.com', 'au.fsm.cloud.sap')
.set('de.coresuite.com', 'de.fsm.cloud.sap')
.set('eu.coresuite.com', 'eu.fsm.cloud.sap')
.set('cn.coresuite.com', 'cn.fsm.cloud.sap');

0 comments on commit 20876b4

Please sign in to comment.