From ea150ead591fcbeee0929d6e6eb00c24029dc5a2 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 25 Mar 2020 10:17:07 +0000 Subject: [PATCH] Actualizar 'src/environments/environment.ts' --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index a7c5cde..3e2b310 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,6 +6,6 @@ export const environment = { production: false, mapbox: { - accessToken: 'pk.eyJ1IjoibHJ1bGxvIiwiYSI6ImNpaDUydjdoNTAwd3BzdGx5bGlhOTh6bXYifQ.tE8QgNbVSgwP8V5LnJWA3w' + accessToken: 'API_KEY' } };