refactor(applications): remove redundant error response in create_env method

This commit is contained in:
Andras Bacsai
2025-04-22 10:44:30 +02:00
parent cd2f71b463
commit 4ea00cff31

View File

@@ -2562,10 +2562,6 @@ class ApplicationsController extends Controller
])->setStatusCode(201); ])->setStatusCode(201);
} }
} }
return response()->json([
'message' => 'Something went wrong.',
], 500);
} }
#[OA\Delete( #[OA\Delete(