swagger-api / validator-badge

Validate your Swagger JSON/YAML today!
http://swagger.io
Apache License 2.0
210 stars 85 forks source link

basePath has changed in the online version!? #68

Closed ponelat closed 8 years ago

ponelat commented 8 years ago

@fehguy the readme says to use... online.swagger.io/validator?url... but its actually served from... online.swagger.io/?url...

examples.. http://online.swagger.io/validator?url=http://petstore.swagger.io/v2/swagger.json http://online.swagger.io/?url=http://petstore.swagger.io/v2/swagger.json

dgreenbean commented 8 years ago

For the sake of backwards compatibility, would it be possible at least to redirect "/validator" to "/"?

fehguy commented 8 years ago

This was a deployment error. It's been updated to what it was originally, which is /validator. Sorry about that!

dgreenbean commented 8 years ago

Thanks for fixing this so quickly!