Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
7f081f38913c6149efeee2ab98af97b66dd52054
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.production.js
blob: 8f5bd5ab8c53eaa41a9460e4fb68bda1775785d4 [
file
] [
log
] [
blame
]
Matteo Scandolo
e19fa10
2017-03-09 15:38:59 -0800
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
3
apiEndpoint
:
'/spa/api'
,
4
websocketClient
:
'/'
5
});