Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the response method consistent #373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 17, 2023

  1. Making the response method consistent

    The methods ok, unauthorized, forbidden, notFound first have body as a parameter, and then the other parameters must be defined, 
    
    The methods internalServerError and badRequest are different, all parameters are in {}
    
    What you might be able to do is to change the parameter definition of the anadere method?
    wesolowski authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    753f064 View commit details
    Browse the repository at this point in the history