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