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