mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-19 18:18:50 +00:00
Replace in-memory filtering with database-level query in Server::destinationsByServer(). Previously loaded all team servers into memory before filtering by ID. Now uses findOrFail() to query directly at the database level.