Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
c1dd8282431198850af9aa2fad7622b6a3ea3c9c
/
.
/
conf
/
app
/
app.config.production.ts
blob: b1a1b7dd8ab6b9b92ccc358b917764b97efe0cdd [
file
] [
log
] [
blame
]
import
{
IAppConfig
}
from
'./interfaces'
;
export
const
AppConfig
:
IAppConfig
=
{
apiEndpoint
:
'/spa/api'
,
websocketClient
:
'/spa'
};