Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
e19fa1017578c6e568a37d10a95ddbe32b781041
/
.
/
xos
/
gui
/
conf
/
app
/
app.config.dev.js
blob: 5c620d75aa2ef28672d9bbb1a971a47c57b3c4ce [
file
] [
log
] [
blame
]
angular
.
module
(
'app'
)
.
constant
(
'AppConfig'
,
{
apiEndpoint
:
'http://xos.dev:3000/api'
,
websocketClient
:
'http://xos.dev:3000'
});