ais
ais copied to clipboard
Bad URL for swagger endpoint?
Steps to reproduce
- Visit https://github.com/CityOfPhiladelphia/ais/blob/master/docs/APIUSAGE.md
- Click
swagger at the API root
link (http://api.phila.gov/ais_doc/v1/?gatekeeperKey=6ba4de64d6ca99aa4db3b9194e37adbf)
Expected behavior
I would expect to see a swagger API definition
Actual behavior
I get the following response:
{
status: 404,
error: "Not Found",
message: "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.",
details: null
}
I just noticed this also, so still an issue.