RestCode / WebApiProxy

MIT License
199 stars 91 forks source link

bug,generate two same function #123

Open introspection3 opened 7 years ago

introspection3 commented 7 years ago

image image

introspection3 commented 7 years ago

1.3.6021.8370

DigitalDel commented 7 years ago

Your own screenshot shows that your API controller is decorated with both GET and POST verbs so it has generated you a method for GET and a method for POST. If you don't want the POST method then remove the verb from your API controller.