فهرست منبع

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