change file structure
This commit is contained in:
7
ChartPlayer/FloChartPlayer/src/apollo.jsx
Normal file
7
ChartPlayer/FloChartPlayer/src/apollo.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import ApolloClient from 'apollo-boost';
|
||||
|
||||
const client = new ApolloClient({
|
||||
uri: 'http://localhost:4000/'
|
||||
});
|
||||
|
||||
export default client;
|
||||
Reference in New Issue
Block a user