Skip to content

Commit

Permalink
3005 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-zhang-sv authored and bangtoven committed Feb 9, 2024
1 parent 4327085 commit ed23ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/testapp/src/context/CBWSDKReactContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const SELECTED_URL_KEY = 'selected_scw_fe_url';

export const SCWPopupURLs = [
'https://scw-dev.cbhq.net/connect',
'http://localhost:3000/connect',
'http://localhost:3005/connect',
] as const;
export type SCWPopupURLType = (typeof SCWPopupURLs)[number];

Expand Down

0 comments on commit ed23ebb

Please sign in to comment.