Commit 89d92cb8efd512d15c46cf62102f733b03bddc97
1 parent
259cb85cd6
Exists in
master
minor change
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/js/app.constant.js
... | ... | @@ -4,8 +4,8 @@ |
4 | 4 | angular.module('acufuel') |
5 | 5 | |
6 | 6 | .constant('BASE_URL', { |
7 | - //url: 'http://54.149.169.33:8080/ws' | |
8 | - url: 'http://192.168.1.175:8080/ws' | |
7 | + url: 'http://54.149.169.33:8080/ws' | |
8 | + //url: 'http://192.168.1.175:8080/ws' | |
9 | 9 | //url: 'http://192.168.1.8:8080/ws' |
10 | 10 | |
11 | 11 | }) | ... | ... |