We have developed APIs with NodeJS.
My current API endpoint is https://www.example.com:4000/api/v1/getRecord. How may I change it to https://www.example.com/api/v1/getRecord
Is there any possible way to do it with htaccess or any other method?
We have developed APIs with NodeJS.
My current API endpoint is https://www.example.com:4000/api/v1/getRecord. How may I change it to https://www.example.com/api/v1/getRecord
Is there any possible way to do it with htaccess or any other method?