Skip to content

Commit

Permalink
config(search): ajust url for icherche and territoire
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Sep 18, 2019
1 parent 6d3786f commit 9aa0c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ export const environment: Environment = {
available: false
},
icherche: {
searchUrl: '/apis/icherche/geocode',
searchUrl: '/apis/icherche',
order: 2,
params: {
limit: '8'
}
},
icherchereverse: {
searchUrl: '/apis/territoires/locate',
searchUrl: '/apis/territoires',
order: 3,
enabled: true
},
Expand Down
4 changes: 2 additions & 2 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ export const environment: Environment = {
available: false
},
icherche: {
searchUrl: '/apis/icherche/geocode',
searchUrl: '/apis/icherche',
order: 2,
params: {
limit: '8'
}
},
icherchereverse: {
searchUrl: '/apis/territoires/locate',
searchUrl: '/apis/territoires',
order: 3,
enabled: true
},
Expand Down

0 comments on commit 9aa0c15

Please sign in to comment.