Skip to content

Commit

Permalink
fix(demo): environment prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Aug 15, 2018
1 parent b28ce34 commit fb6e047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const environment: Environment = {
sources: [
{
title: 'Gouvouvert',
url: '/ws/igo_gouvouvert.fcgi'
url: 'https://geoegl.msp.gouv.qc.ca/igo2/api/ws/igo_gouvouvert.fcgi'
}
]
},
Expand All @@ -27,10 +27,10 @@ export const environment: Environment = {
enabled: false
},
icherche: {
url: '/icherche/geocode'
url: 'https://geoegl.msp.gouv.qc.ca/icherche/geocode'
},
datasource: {
url: '/igo2/api/layers/search'
url: 'https://geoegl.msp.gouv.qc.ca/igo2/api/layers/search'
}
}
}
Expand Down

0 comments on commit fb6e047

Please sign in to comment.