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?
Solution:
make sure you are making requests with https
Jump to solution
3 Replies
Percy
Percy12mo ago
Project ID: N/A
Solution
Brody
Brody12mo ago
make sure you are making requests with https
glauberbrack
glauberbrack12mo ago
Worked, @Brody ! Thank you so much!