Skip to content

Commit cdc3625

Browse files
authored
Update custom.cpp
1 parent 6a9a1e2 commit cdc3625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/custom.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ int main(int argc, char const *argv[])
2323

2424
//example put
2525
auto res = tasty.custom(fields, headers,"PUT" ,"/user/verify");
26-
auto res = tasty.custom(fields, headers, "PUT");
26+
auto res2 = tasty.custom(fields, headers, "PUT");
2727

28-
auto res2 = tasty.custom(fields, "PUT" "/user/verify");
29-
auto res3 = tasty.custom(fields, "PUT");
28+
auto res3 = tasty.custom(fields, "PUT" "/user/verify");
29+
auto res4 = tasty.custom(fields, "PUT");
3030

3131
cout << res;
3232

0 commit comments

Comments
 (0)