Skip to content

Commit

Permalink
Use next-present for all FBI requests except search related ones
Browse files Browse the repository at this point in the history
To reflect how it will be done in production
  • Loading branch information
spaceo committed Jan 15, 2024
1 parent 8bd9ddd commit 70f88ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/storybook/serviceUrlArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]: {
Expand All @@ -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" }
}
};

0 comments on commit 70f88ac

Please sign in to comment.