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