The api endpoint is present on test environments but not available on production. What should happen if consumer calls the same api in production environment?
Currently I use 404 - Not found
, Which is a bit misleading for consumer, Consumer might think that we removed support of api-endpoint from every environments.
Can you suggest some better solution for this?