소스 검색

Update API on readme

Luis 8 년 전
부모
커밋
40802d64ea
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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/       |
+