enrique1
3 years agoOccasional Visitor
Pretty print in swagger-hub
How to I configure swagger-hub so that API responses output as json pretty print ? I read there is a configuration option which is:
httpConfiguration .EnableSwagger(c => c.PrettyPrint()) .EnableSwaggerUi();
but where do I insert that code ?