Skip to content

Commit

Permalink
feat: populate the heath status from Config-api #287
Browse files Browse the repository at this point in the history
  • Loading branch information
fausto-gluu committed Nov 8, 2021
1 parent 58d180a commit c4867c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/redux/api/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ export const getJansUIClient = (JansConfigApi, r_token, r_issuer) => {
defaultClient.timeout = 50000
const jansauth = defaultClient.authentications['oauth2']
defaultClient.basePath =
process.env.JANS_API_BASE_URL ||
'https://jans-ui.jans.io'.replace(/\/+$/, '')
process.env.JANS_API_BASE_URL
const headers = {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers':
'Origin, X-Requested-With, Content-Type, Accept',
'Content-Type': 'application/json',
Expand Down

0 comments on commit c4867c3

Please sign in to comment.