Files
Libr-mobile/env/dev/constant.coffee
2014-05-21 10:07:01 +08:00

9 lines
201 B
CoffeeScript

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