Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-sample-gui-extension
/
28171f965506e945443047f7408e13c809dfe9e1
/
.
/
conf
/
app
/
app.config.production.js
blob: 8f5bd5ab8c53eaa41a9460e4fb68bda1775785d4 [
file
] [
log
] [
blame
]
Matteo Scandolo
fc4b37b
2017-02-02 12:18:47 -0800
[
diff
] [
blame
]
1
angular
.
module
(
'app'
)
2
.
constant
(
'AppConfig'
,
{
3
apiEndpoint
:
'/spa/api'
,
4
websocketClient
:
'/'
5
});