mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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. |
||
|---|---|---|
| .. | ||
| Controllers | ||
| Middleware | ||
| Kernel.php | ||