Commit 616cca1f71500fe3e8b5f9d098899a32b774095b

Authored by Eric Fernandez
1 parent 46526ddfa7
Exists in master and in 1 other branch develop

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -14,7 +14,7 @@ angular.module('focaSeguimiento')
14 14 observaciones: observaciones
15 15 }
16 16 };
17   -
  17 +
18 18 console.info(nuevaPosicion);
19 19 return $http.post(API_ENDPOINT.URL + '/seguimiento', nuevaPosicion);
20 20 });