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