The current folder structure is
Controllers
Apis
MoviesController
MoviesController
but it caused a problem every time I call the delete action in moviescontroller(inside controllers), it calls to moviescontroller inside Apis,
How to solve this problem or should I put the api controllers other place else