Untitled

 avatar
unknown
plain_text
2 years ago
163 B
4
Indexable
import ApiClient from './api.client';

const END_POINT = `http://localhost:3000`;

const api = new ApiClient(END_POINT).getInstance();

export default api;
Editor is loading...
Leave a Comment