diff options
Diffstat (limited to 'discord/http.cpp')
-rw-r--r-- | discord/http.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/http.cpp b/discord/http.cpp index 1e9b786..b4a0f4b 100644 --- a/discord/http.cpp +++ b/discord/http.cpp @@ -1,5 +1,6 @@ #include "http.hpp" +//#define USE_LOCAL_PROXY HTTPClient::HTTPClient(std::string api_base) : m_api_base(api_base) {} |