SyntaxFix
Write A Post
Hire A Developer
Questions
Have the same Setup as OP. One controller with many actions... less "messy" :-)
In my case i forgot the "[HttpGet]" when adding a new action.
[HttpGet] public IEnumerable<string> TestApiCall() { return new string[] { "aa", "bb" }; }