diff --git a/src/core/storybook/serviceUrlArgs.ts b/src/core/storybook/serviceUrlArgs.ts index a481c8ebfc..9ca45f8f2e 100644 --- a/src/core/storybook/serviceUrlArgs.ts +++ b/src/core/storybook/serviceUrlArgs.ts @@ -29,7 +29,7 @@ export default { }, [serviceUrlKeys.fbi]: { name: "Base url for the FBI API", - defaultValue: "https://fbi-api.dbc.dk/next/graphql", + defaultValue: "https://fbi-api.dbc.dk/next-present/graphql", control: { type: "text" } }, [serviceUrlKeys.fbiSearch]: { @@ -39,7 +39,7 @@ export default { }, [serviceUrlKeys.fbiMaterial]: { name: "Base url for the FBI API (material)", - defaultValue: "https://fbi-api.dbc.dk/next/graphql", + defaultValue: "https://fbi-api.dbc.dk/next-present/graphql", control: { type: "text" } } };