Browse Source

making rest api better again

Fabien CHERET 5 năm trước cách đây
mục cha
commit
d6c701d38c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -41,7 +41,7 @@ Endpoints for viewing and manipulating the Parking Lots and park cars.
 
  - [Show Accessible Parking Lots](docs/get.md) : `GET /parking_lot`
  
- - [Create Parking Lot](docs/get.md) : `POST /parking_lot`
+ - [Create Parking Lot](docs/post.md) : `POST /parking_lot`
  - [Delete a Parking Lot](docs/delete.md) : `DELETE /parking_lot/{parkingLotId}`
  - [Display a Parking Lot](docs/getid.md) : `GET /parking_lot/{parkingLotId}`
  - [Update a Parking Lot](docs/putid.md) : `PUT /parking_lot/{parkingLotId}`