Skip to content

Commit

Permalink
chore: fix hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs committed Nov 14, 2024
1 parent f6ff071 commit 0b97a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/graphql/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default class Client {
const operationMatchArguments = operation.variables;
const seedResponse = response;

const apiUrl = `http://localhost:${process.env.PLAY_PORT}/api/seeds`;
const apiUrl = `http://instant-mock-e2e-play:${process.env.PLAY_PORT}/api/seeds`;

if (operationName === 'IntrospectionQuery') {
return response;
Expand Down

0 comments on commit 0b97a52

Please sign in to comment.