forked from loafle/openapi-generator-original
add back csharp dll, update sample
This commit is contained in:
@@ -235,7 +235,7 @@ namespace IO.Swagger.Client
|
||||
{
|
||||
return JsonConvert.DeserializeObject(content, type);
|
||||
}
|
||||
catch (IOException e)
|
||||
catch (Exception e)
|
||||
{
|
||||
throw new ApiException(500, e.Message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user