Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
cc4bce8097e80f31b4c691693a8ab86f3ef144e6
/
.
/
conf
/
app
/
app.config.production.js
blob: cf9294784253aa1d69ec84e184e566affe325663 [
file
] [
log
] [
blame
]
angular
.
module
(
'app'
)
.
constant
(
'AppConfig'
,
{
apiEndpoint
:
'/xosapi/v1'
,
websocketClient
:
'/'
});