Skip to content

Commit 9ac8316

Browse files
committed
Correct endpoint of apollo client
1 parent f991b39 commit 9ac8316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ApolloClient, { createNetworkInterface } from 'apollo-client'
44
import VueApollo from 'vue-apollo'
55
import router from './router'
66

7-
const networkInterface = createNetworkInterface({ uri: 'https://uniserver.now.sh/'});
7+
const networkInterface = createNetworkInterface({ uri: 'http://localhost:4000'});
88

99
const apolloClient = new ApolloClient({
1010
networkInterface,

0 commit comments

Comments
 (0)