From f981c06fc3bf729e5a759499766c65b371bdb9cb Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 17 Apr 2022 21:53:17 +0200 Subject: [PATCH] Corrected a spelling mistake --- src/app/HttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/HttpClient.h b/src/app/HttpClient.h index 8edb14e..3321c94 100644 --- a/src/app/HttpClient.h +++ b/src/app/HttpClient.h @@ -25,7 +25,7 @@ class HttpClient : public WiFiClient, public HttpConstants HttpClient(const HttpClient &object); virtual ~HttpClient(); - int sendHttpQuery(const char *ressource, + int sendHttpQuery(const char *resource, HttpRequestMethod method = HttpRequestMethod::GET, Dictionary *getData = NULL, Dictionary *postData = NULL,