Skip to content

Commit

Permalink
Update injectLegacyQueens.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle authored Dec 12, 2023
1 parent 5c66582 commit 356a82f
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 356a82f

Please sign in to comment.