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