constant.js 190 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 'use strict'; angular.module('acuefuel') .constant('BE', { // url: 'http://54.149.169.33:8080/ws' // url: 'http://192.168.1.175:8080/ws' url: 'http://192.168.2.137:8080/ws' });