Reputation: 127
I has such function but when build it then shows no function found, and use postman to call it (via url http://localhost:7071/api/SubmitFeedback with POST body) returns 404..
Upvotes: 0
Views: 5298
Reputation: 6816
According to the comments mentioned, the error is caused by missing local.settings.json
file, just add the correct local.settings.json
to solve the problem.
Upvotes: 2