Skip to content

Commit

Permalink
Merge pull request #314 from ConductionNL/feature/update-getConfig
Browse files Browse the repository at this point in the history
added more accept urls for conduction
  • Loading branch information
remko48 authored May 29, 2024
2 parents 87edd33 + 5d71f8a commit a0d06fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
// Other
case "conduction-theme":
case "open.conduction.nl":
case "conduction.openwoo.app":
case "conduction.koophulpje.nl":
return Conduction;
case "acceptatie-open.conduction.nl":
case "conduction.openwoo.app":
return ConductionAccept;

case "localhost":
Expand Down

0 comments on commit a0d06fc

Please sign in to comment.