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. |
||
|---|---|---|
| .. | ||
| ApplicationsController.php | ||
| CloudProviderTokensController.php | ||
| DatabasesController.php | ||
| DeployController.php | ||
| GithubController.php | ||
| HetznerController.php | ||
| OpenApi.php | ||
| OtherController.php | ||
| ProjectController.php | ||
| ResourcesController.php | ||
| ScheduledTasksController.php | ||
| SecurityController.php | ||
| ServersController.php | ||
| ServicesController.php | ||
| TeamController.php | ||