Closed Fasp96 closed 1 month ago
Hey @Fasp96, addressed in main
, mind trying it out?
It work! 🙌 Thank you @zachdaniel
Just wondering, any idea when the next release will be out? It seems like this is the only change since the last version, so curious if it'll happen soon.
I'll cut one now
Thank you
Description:
I need to modify the response status code from the default 201 to 200 for a specific POST route. Despite trying to use the
modify_conn function
, the status code change doesn't seem to take effect.The current approach is as follows:
Expected Behavior: The response status for the /token POST route should return 200 instead of 201.
Actual Behavior: The response status remains 201, and the
modify_conn function
does not override it.