Skip to content

Commit

Permalink
Merge branch 'fix/ssl-warning' into 'develop'
Browse files Browse the repository at this point in the history
Update HTTPLib

See merge request monticore/montithings/core!390
  • Loading branch information
kirchhof committed Nov 10, 2023
2 parents 25462b7 + 437970d commit 07c2a06
Show file tree
Hide file tree
Showing 4 changed files with 5,910 additions and 2,383 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace montithings {
RestResult
RestImpl::compute (RestInput input)
{
httplib::Client2 cli("https://api.cognitive.microsofttranslator.com");
httplib::Client cli("https://api.cognitive.microsofttranslator.com");

httplib::Headers headers = {
{ "Ocp-Apim-Subscription-Key", std::getenv("primarykey") },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loading

0 comments on commit 07c2a06

Please sign in to comment.