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