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