blob: 63c19f3945b3b7698c9abe42ed5a12f3c3be15a1 [file] [log] [blame]
import {IAppConfig} from './interfaces';
export const AppConfig: IAppConfig = {
apiEndpoint: '/spa/api',
websocketClient: '/'
};