Skip to content

Commit

Permalink
fix(sagemaker): graphql base url was incorrect for sagemaker jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Mar 14, 2024
1 parent dc57160 commit 3e3c4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/RelayEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Store,
} from "relay-runtime";

const graphQLPath = window.Config.basename + "/graphql";
const graphQLPath = window.Config.basename + "graphql";
/**
* Relay requires developers to configure a "fetch" function that tells Relay how to load
* the results of GraphQL queries from your server (or other data source). See more at
Expand Down

0 comments on commit 3e3c4ea

Please sign in to comment.