소스 검색

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}`