Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
38e94a84772f3c9e5423935c1b3db2cfe70c3722
/
.
/
conf
/
app
/
app.config.dev.js
blob: 1b74b5d9369775c928e4c1913186a61bd2a290d9 [
file
] [
log
] [
blame
]
angular
.
module
(
'app'
)
.
constant
(
'AppConfig'
,
{
apiEndpoint
:
'/xosapi/v1'
,
websocketClient
:
'http://xos.dev'
});