mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor(applications): remove redundant error response in create_env method
This commit is contained in:
parent
cd2f71b463
commit
4ea00cff31
1 changed files with 0 additions and 4 deletions
|
|
@ -2562,10 +2562,6 @@ class ApplicationsController extends Controller
|
|||
])->setStatusCode(201);
|
||||
}
|
||||
}
|
||||
|
||||
return response()->json([
|
||||
'message' => 'Something went wrong.',
|
||||
], 500);
|
||||
}
|
||||
|
||||
#[OA\Delete(
|
||||
|
|
|
|||
Loading…
Reference in a new issue