revaturelabs / rideforce-matching-service

5 stars 2 forks source link

Fixed Compilation issue with MatchServiceRoute #68

Closed davidcalkins closed 6 years ago

davidcalkins commented 6 years ago

I Fixed the issue that was causing the MatchService to not compile. When the feign client signature was changed to return Route objects, the service was still expecting a ResponseEntity with a LinkedHashMap for the body.