localhost route not working should be returning JSON back when locating to URL
问题 My fellow programmers, I basically have this async Get() method which is reading Json data successfully, but when locating to route -> localhost:59185/api/encompass/data I receive a message: No HTTP resource was found that matches the request URL 'http://localhost:59185/api/encompass/data'. </Message> I was very hopeful that it would return my JSON especially when in debug the code its sitting in 'string res' at the bottom anyone know why its not returning Json even thought its sitting in