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