cforlando / PetAdoption-iOS

pet adoption app
MIT License
14 stars 15 forks source link

[Bug] Unable to load pet listing #53

Closed LondonAtlas closed 6 years ago

LondonAtlas commented 7 years ago

The following error returns when trying to load pets from the server.

<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL /api/v2/list was not found on this server.</p>\n</body></html>\n

LondonAtlas commented 7 years ago

This is the end point that is failing:http://cfo-pet-adoption-server.eastus.cloudapp.azure.com/api/v2/list

khalidhoffman commented 7 years ago

@LondonAtlas We've gone through a few domains at this point already. Sorry for the confusion. I've put up a free heroku instance at pet-adoption-server.herokuapp.com You can find the endpoint you're looking for at: https://pet-adoption-server.herokuapp.com/api/v2/species/all/animals/list. Here's a list of all the current routes