Open introspection3 opened 7 years ago
1.3.6021.8370
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.