Skip to content

Commit

Permalink
Merge branch 'feat(gide)' of https://github.com/InseeFr/Drama-Queen i…
Browse files Browse the repository at this point in the history
…nto feat(gide)
  • Loading branch information
ddecrulle committed Dec 12, 2023
2 parents 342d340 + 356a82f commit 8f36bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drama-queen/src/utils/injectLegacyQueens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const injectBodyScript = (url: string) => {
export const injectLegacyEntryQueens = () => {
injectBodyScript(`${import.meta.env.VITE_QUEEN_URL}/entry.js`);
injectBodyScript(`${import.meta.env.VITE_QUEEN_V2_URL}/entry.js`);
//injectBodyScript(`${import.meta.env.VITE_CAPMI_URL}/entry.js`);
injectBodyScript(`${import.meta.env.VITE_CAPMI_URL}/entry.js`);
};

0 comments on commit 8f36bac

Please sign in to comment.