mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-10 05:18:08 +10:00
9 lines
201 B
CoffeeScript
9 lines
201 B
CoffeeScript
libr = angular.module 'libr.constant', []
|
|
|
|
Constant = {}
|
|
#Constant.baseUrl = "http://libr.herokuapp.com/api/v1"
|
|
Constant.baseUrl = "http://192.168.1.2:3000/api/v1"
|
|
|
|
|
|
libr.constant 'Constant', Constant
|