Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
refs/heads/null
/
.
/
conf
/
app
/
app.config.production.js
blob: cf9294784253aa1d69ec84e184e566affe325663 [
file
] [
log
] [
blame
]
Matteo Scandolo
828d1e8
2017-01-17 14:49:38 -0800
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
Matteo Scandolo
c80ccbd
2017-02-27 16:24:33 -0800
[
diff
] [
blame
]
3
apiEndpoint
:
'/xosapi/v1'
,
Matteo Scandolo
828d1e8
2017-01-17 14:49:38 -0800
[
diff
] [
blame
]
4
websocketClient
:
'/'
5
});