From 7d098cc5807a51da7176e5cb4b027c5aa465005c Mon Sep 17 00:00:00 2001 From: arnaucode Date: Sun, 21 May 2017 18:32:19 +0200 Subject: [PATCH] gitignore update --- .gitignore | 1 + www/js/app.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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',