ソースを参照

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/       |
+