From 9aa0c15b5331fe465410ac2e213560fa3fc04118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Barbeau?= Date: Wed, 18 Sep 2019 15:42:42 -0400 Subject: [PATCH] config(search): ajust url for icherche and territoire --- src/environments/environment.prod.ts | 4 ++-- src/environments/environment.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 8d5ce37a8..c72b2d371 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -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 }, diff --git a/src/environments/environment.ts b/src/environments/environment.ts index ecdfd699c..e406d6927 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -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 },