Commit 884bcd00 authored by Joson GE's avatar Joson GE

updation 6

parent ba909997
......@@ -31,7 +31,7 @@ git pull http://192.168.1.113/pits/rest_implementation.git
## Important point
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.
```
-
name: 'Add user details'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment