When using the image URL received from the Restaurant server, the url only leads to the error
The url it gives me is
When removing the .png from the end of the URL, it does redirect me to the image, but using this URL in my code for some reason leads to the dataTask closure never being run.
Code Block {"error":true,"reason":"The menu item with ID *.png does not exist."}
Am I doing something wrong?The url it gives me is
Code Block http://localhost:8080/images/*.png
When removing the .png from the end of the URL, it does redirect me to the image, but using this URL in my code for some reason leads to the dataTask closure never being run.