Base solution for your next web application

Activities of "twinnn"

Hi,

I've added custom api controller with one method(inherited from abpapicontroller). Please, how can I call this method via HTTP? Do I need to register that controller or route? When I try to call this method using app/{apicontroller}/{method} I'm getting following error (route included):

  • message: No HTTP resource was found that matches the request URI 'http://localhost:6234/api/photos/upload'.
  • messageDetail: No type was found that matches the controller named 'photos'.

Thank you in advance

Regards Peter

Showing 1 to 1 of 1 entries