mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
640cdbebc6
commit
e0bd3d183f
@ -93,6 +93,7 @@ void ConfigPackagesHandler::HandlePost(const ApiUser::Ptr& user, HttpRequest& re
|
|||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
HttpUtility::SendJsonError(response, 500, "Could not create package.",
|
HttpUtility::SendJsonError(response, 500, "Could not create package.",
|
||||||
HttpUtility::GetLastParameter(params, "verboseErrors") ? DiagnosticInformation(ex) : "");
|
HttpUtility::GetLastParameter(params, "verboseErrors") ? DiagnosticInformation(ex) : "");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
result1->Set("code", 200);
|
result1->Set("code", 200);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user