This commit is contained in:
2025-10-05 15:00:21 +02:00
parent 4588c2b9e9
commit 1fd568c562
5 changed files with 2 additions and 35 deletions

View File

@@ -8,9 +8,6 @@ export default fp(async (server: FastifyInstance) => {
reply.code(400).send({ error: "Missing host header" });
return;
}
console.log(host)
// Tenant aus DB laden
const { data: tenant } = await server.supabase
.from("tenants")