Blame view

app/scripts/constant.js 340 Bytes
5c6477d3d   Rishav   Admin Acufuel set...
1
2
3
4
5
6
7
8
9
10
11
12
13
  
  'use strict';
  
  	angular.module('inspinia')
  	// .constant('CRM_URL', {
  	// 	userUrl: 'http://0.0.0.0:3000/api/users',
  	// 	leadUrl: 'http://0.0.0.0:3000/api/leads',
  	// 	agentUrl: 'http://0.0.0.0:3000/api/agents',
  	// 	contactUrl: 'http://0.0.0.0:3000/api/contactInfos',
  	// })
  	.constant('BE', {
  		url: 'http://192.168.1.226:8080/ws'
  	});