diff --git a/.gitignore b/.gitignore index 8f7ddd3..0f734e2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules/ platforms/ plugins/ +www/lib diff --git a/www/js/app.js b/www/js/app.js index 19ef398..84c625a 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -8,8 +8,8 @@ //var urlapi = "http://localhost:3000/api/"; //var urlapi="https://collectivecar.paas.primustech.io/api/"; -var urlapi="http://147.83.7.158:3000/api/"; - +//var urlapi="http://147.83.7.158:3000/api/"; +var urlapi = "http://46.105.30.116:3000/api/"; angular.module('starter', [ 'ionic',