oa_front/src/api/index.ts

6 lines
71 B
TypeScript

import Api from './backend/api';
export { Api };
export default Api;