Blame view
app/scripts/constant.js
190 Bytes
5c6477d3d
|
1 2 |
'use strict'; |
9835dbe3e
|
3 |
angular.module('acuefuel') |
7379f005b
|
4 |
|
5c6477d3d
|
5 |
.constant('BE', { |
f306c7873
|
6 |
url: 'http://54.149.169.33:8080/ws' |
47541162e
|
7 |
// url: 'http://192.168.1.175:8080/ws' |
f306c7873
|
8 |
// url: 'http://192.168.2.137:8080/ws' |
5c6477d3d
|
9 |
}); |