Browse Source

gitignore update

master
arnaucode 6 years ago
parent
commit
7d098cc580
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      .gitignore
  2. +2
    -2
      www/js/app.js

+ 1
- 0
.gitignore

@ -4,3 +4,4 @@
node_modules/
platforms/
plugins/
www/lib

+ 2
- 2
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',

Loading…
Cancel
Save