My controller is being hit when the area is not specified in the URL:
https://localhost:441/wholesale_signup and it won't find the view and throw an error.
How do I prevent that controller from being hit in the first place so it just 404s?
It should only be hit when the area and controller is provided: https://localhost:441/customerservice/wholesale_signup