Configure route in the implemented package is important.For achieving this goal,we should edit Routes.yaml file in the implemented package(Joson.Rest).
> *httpMethods* in the route configuration part, determines which http method can perform the mentioned route. An example configuration is given below.
> *httpMethods* in the route configuration part, determines which http method can perform the mentioned route. An example configuration is given below.Possible *httpMethods* values are GET,PUT,POST,DELETE,PATCH,OPTIONS etc.