Tidying
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user