Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
7f081f38913c6149efeee2ab98af97b66dd52054
/
.
/
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'
});