Skip to content

Commit

Permalink
Can switch to WHO Staging server as well
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 22, 2021
1 parent 1b2f06a commit 119293a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/serverConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ export const SERVER_CONFIGS = [
type: 'ocl',
url: 'https://api.staging.openconceptlab.org'
},
{
id: 10,
name: 'WHO Staging',
type: 'ocl',
url: 'https://api.staging.who.openconceptlab.org'
},
{
id: 5,
name: 'OCL Production',
Expand Down

0 comments on commit 119293a

Please sign in to comment.