Skip to content

Commit

Permalink
test error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
meenalnimje committed Feb 3, 2024
1 parent f47f523 commit 3c49fb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const query = gql`
}
`

let uri = '/api/graphql'
let uri = "https://web-app-client-b69l4yjrq-bacpacs-projects.vercel.app/api/graphql"
console.log('graphql_uri', uri)
const client = new ApolloClient({
link: new HttpLink({ uri, fetch }),
Expand Down
1 change: 0 additions & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ApolloClient, HttpLink, InMemoryCache } from '@apollo/client'

import fetch from 'cross-fetch'

// uri = 'https://web-app-client-flame.vercel.app/api/graphql'
let uri = '/api/graphql'
// switch (process.env.NEXT_PUBLIC_LOCAL_STATE) {
// case 'development':
Expand Down

0 comments on commit 3c49fb3

Please sign in to comment.