Do your actions (methods in controller that are supposed to be endpoints) have their own routing too?
If not, change line
To
Then the routes will default to action naming e.g: Create() will be accessible under api/admin/create unless you overwrite it