Blame view

app/scripts/constant.js 190 Bytes
5c6477d3d   Rishav   Admin Acufuel set...
1
2
  
  'use strict';
9835dbe3e   Rishav   module name changes
3
  	angular.module('acuefuel')
7379f005b   Rishav   FBO client page d...
4
  	
5c6477d3d   Rishav   Admin Acufuel set...
5
  	.constant('BE', {
47541162e   Mr. Hot Foods   airport upload pr...
6
7
8
  		// url: 'http://54.149.169.33:8080/ws'
  		// url: 'http://192.168.1.175:8080/ws'
  		url: 'http://192.168.2.137:8080/ws'
5c6477d3d   Rishav   Admin Acufuel set...
9
  	});