mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 15:47:09 +00:00
update cpprest petstore sample
This commit is contained in:
@@ -616,7 +616,7 @@ pplx::task<std::shared_ptr<User>> UserApi::getUserByName(utility::string_t usern
|
||||
else
|
||||
{
|
||||
throw ApiException(500
|
||||
, U("error calling findPetsByStatus: unsupported response type"));
|
||||
, U("error calling getUserByName: unsupported response type"));
|
||||
}
|
||||
|
||||
return result;
|
||||
@@ -751,7 +751,7 @@ pplx::task<utility::string_t> UserApi::loginUser(utility::string_t username, uti
|
||||
else
|
||||
{
|
||||
throw ApiException(500
|
||||
, U("error calling findPetsByStatus: unsupported response type"));
|
||||
, U("error calling loginUser: unsupported response type"));
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user