浏览代码

making rest api better again

Fabien CHERET 5 年之前
父节点
当前提交
d6c701d38c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}`