mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
revert change, apparently this doesn't do it
This commit is contained in:
@@ -139,8 +139,5 @@ std::string Http::POST(const std::string& host, const std::string& target, const
|
||||
} catch (const std::exception& e) {
|
||||
error(e.what());
|
||||
return "-1";
|
||||
} catch (const boost::system::system_error& e) {
|
||||
error(e.what());
|
||||
return "-1";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user