Skip to content

Commit

Permalink
export axios instance for client application
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsharma120582 committed Feb 22, 2024
1 parent 4b5afeb commit 2919e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/corejs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import axios from 'axios';
import * as actions from './actions';
import config from './config';
import * as entity from './entities';
Expand All @@ -14,6 +15,7 @@ Object.values(slices).forEach((slice) => {
});

export default {
apiClient: axios,
actions,
config,
entity,
Expand Down

0 comments on commit 2919e72

Please sign in to comment.