index.js 197 Bytes
import http from './apiConfig';
import BaseService from './baseService';
import NotificationService from './notificationService';

BaseService(http);
NotificationService(http);
export default http