Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit b5cfe3f

Browse files
committed
chore(endpoint): switch default with prod api
1 parent 4d780b4 commit b5cfe3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/endpoint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const getGraphQLEndpoint = () => {
1313
return 'http://localhost:4001/graphiql'
1414

1515
default:
16-
// return 'https://api.coderplanets.com/graphiql'
17-
return 'http://localhost:4001/graphiql'
16+
return 'https://api.coderplanets.com/graphiql'
17+
/* return 'http://localhost:4001/graphiql' */
1818
}
1919
}
2020

0 commit comments

Comments
 (0)