UNPKG

leumas-universal-crud-react

Version:

Leumas Universal CRUD to a dynamic Endpoint, Setup your own Dynamic Endpoint and Use Leumas API to send to your MONGO clusters

9 lines (6 loc) 218 B
// LeumasLogin.js (or apiClientLogin.js) import apiBaseClient from './APIClientHelper'; const DynamicBackend = (baseURL, token) => { return apiBaseClient(baseURL, token); } export default DynamicBackend;