Pārlūkot izejas kodu

Update API on readme

Luis 8 gadi atpakaļ
vecāks
revīzija
40802d64ea
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  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/       |
+