Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
47860fe672815800fe08217048a4794c84c3e435
/
.
/
conf
/
app
/
app.config.production.js
blob: 8f5bd5ab8c53eaa41a9460e4fb68bda1775785d4 [
file
] [
log
] [
blame
]
angular
.
module
(
'app'
)
.
constant
(
'AppConfig'
,
{
apiEndpoint
:
'/spa/api'
,
websocketClient
:
'/'
});