Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ligerlac committed Nov 29, 2023
1 parent 39e4f48 commit 9232224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nopayloadclient/curlwrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CurlWrapper {
virtual json put(const string& url) = 0;
virtual json put(const string& url, const json& data) = 0;
virtual json post(const string& url, const json& data) = 0;

};

}

0 comments on commit 9232224

Please sign in to comment.