From f6bb632af28ae09681188f388207a99e16bcbe8c Mon Sep 17 00:00:00 2001 From: marcelb Date: Thu, 22 Jun 2023 18:37:03 +0200 Subject: [PATCH] Fix http_request parse url and throw string --- src/api.cpp | 2 +- src/http.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api.cpp b/src/api.cpp index 3d6d90e..f38a1ef 100644 --- a/src/api.cpp +++ b/src/api.cpp @@ -27,7 +27,7 @@ api::api(defapi* _def, const string _method, const string _path, const map