POST request returns GET
I deployed an nestjs API to Railways and in my local API, I can make POST requests, on Railways deployed API, it's understand the request as a GET. Does anyone know if I need to configure something inside Railways?
3 Replies
Project ID:
N/A
Solution
make sure you are making requests with https
Worked, @Brody ! Thank you so much!