samair / Quote-Service

2 stars 1 forks source link

Send an appropriate quote response on sending the null stock name. #6

Closed mohitdd closed 5 years ago

samair commented 5 years ago

Proposal : (Would be in next PR) curl --request GET \ --url http://localhost:8080/v2/quotes/

Response: { "quotes": { "error": true, "invalidSymbol": false } }

samair commented 5 years ago

Fixed in Latest build.