RainManGO / axios-mapper

🚀🚀make ts project easy to requset transform model
MIT License
41 stars 5 forks source link

In Nest, the POST request will return 201 as Created response by defa… #1

Closed shaoyie closed 3 years ago

shaoyie commented 3 years ago

In Nest, the POST request will return 201 as Created response by default, but it will be rejected by axios-mapper. More general, we think the status start with 2 should be considered as succeeded request and accept the result, but not reject with no hint.