diff --git a/backend/server/api/protection/webcontent-domains.get.ts b/backend/server/api/protection/webcontent-domains.get.ts index 1320e38..593a71e 100644 --- a/backend/server/api/protection/webcontent-domains.get.ts +++ b/backend/server/api/protection/webcontent-domains.get.ts @@ -1,4 +1,5 @@ import gamblingDomains from "../../data/gambling-domains.json"; +import { getWebCustomDomains } from "../../db/domains"; const COUNTRY_KEYS = ["DE", "GB", "FR"] as const; type CountryKey = (typeof COUNTRY_KEYS)[number];