Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
0e0c79852c1f2221744b04dd423c91c6b929674f
/
.
/
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'
});