Closed ahmedrowaihi closed 2 months ago
Describe the bug All methods uses status['GET'] ?
status['GET']
Expected behavior Methods should use their own status configs
Additional context DeleteResponse.php
GetResponse.php
PatchResponse.php
PostResponse.php
PutResponse.php
Also Responses should be driven by the return value
Describe the bug All methods uses
status['GET']
?Expected behavior Methods should use their own status configs
Additional context DeleteResponse.php
GetResponse.php
PatchResponse.php
PostResponse.php
PutResponse.php
Also Responses should be driven by the return value