diff --git a/front-backOffice/src/app/config.ts.tpl b/front-backOffice/src/app/config.ts.tpl index da687998..337b8a2d 100644 --- a/front-backOffice/src/app/config.ts.tpl +++ b/front-backOffice/src/app/config.ts.tpl @@ -1,6 +1,7 @@ export const Conf = { apiUrl: '/api/', staticPicturesUrl: '/pictures/', + customFiles: '/static/custom/', id_application: id_app, ign_Key : 'ign key', map_lat_center: 45.372167, diff --git a/front-backOffice/src/app/header/header.component.html b/front-backOffice/src/app/header/header.component.html index e5baed8a..ee39e9bf 100644 --- a/front-backOffice/src/app/header/header.component.html +++ b/front-backOffice/src/app/header/header.component.html @@ -1,6 +1,6 @@