Azure-Samples / java-native-telemetry

MIT License
7 stars 5 forks source link

Type mismatch in VeggieController.java #70

Closed anishi1222 closed 4 months ago

anishi1222 commented 4 months ago

There is a type mismatch in VeggieController.java. The field "id" is defined with String in Veggie.java, while a parameter in methods "deleteVeggie" and "getVeggieById" is defined with Long. If this mismatch is not fixed, both methods always return 400 (Bad request).