Browse Source

Update API on readme

Luis 8 năm trước cách đây
mục cha
commit
40802d64ea
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -31,6 +31,14 @@ running
 docker run --name mysampleappcontainer sampleapp
 ```
 
+## API:
+Url as: http://localhost:8080    
+
+ Method | URL                                   |  params    |
+--------|---------------------------------------|------------|
+GET     | http://localhost:8080/customer/{id}   | Id: as uuid
+POST    | http://localhost:8080/customer/       |
+