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