coolify/app/Http
Lucas Soeth 16938aac9e Fix: API ignores destination_uuid when creating applications
The create_application method validates that destination_uuid is
provided when a server has multiple destinations, but then ignores
it and always uses $destinations->first().

This change looks up the destination by UUID when destination_uuid
is provided, and returns a 404 if the UUID doesn't match. When
destination_uuid is not provided, the existing behavior is preserved.
2026-03-01 16:07:16 +01:00
..
Controllers Fix: API ignores destination_uuid when creating applications 2026-03-01 16:07:16 +01:00
Middleware chore: prepare for PR 2026-02-24 10:17:16 +01:00
Kernel.php feat: implement TrustHosts middleware to handle FQDN and IP address trust logic 2025-10-15 15:28:21 +02:00