Files
Libr-mobile/env/dev/constant.coffee
T
2014-05-13 19:10:31 +08:00

9 lines
202 B
CoffeeScript

libr = angular.module 'libr.constant', []
Constant = {}
#Constant.baseUrl = "http://libr.herokuapp.com/api/v1"
Constant.baseUrl = "http://192.168.3.73:3000/api/v1"
libr.constant 'Constant', Constant