File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020#### GET 10 interesting quotes of F1 drivers or personalities ** ->** GET ``` /quotes ```
2121
22- #### GET all saved quotes from an specific F1 driver ** ->** GET ``` /quotes/:drivers_last_name ```
22+ #### GET all saved quotes from a specific F1 driver ** ->** GET ``` /quotes/:drivers_last_name ```
2323
24- #### GET a specific quote from an specific F1 driver ** ->** GET ``` /quotes/:drivers_last_name/:quote_id ```
24+ #### GET a specific quote from a specific F1 driver ** ->** GET ``` /quotes/:drivers_last_name/:quote_id ```
2525
26- #### GET 10 quotes in each page of an specific F1 driver ** ->** GET ``` /quotes/:drivers_last_name/p/:page ```
26+ #### GET 10 quotes in each page of a specific F1 driver ** ->** GET ``` /quotes/:drivers_last_name/p/:page ```
2727
2828
2929## Development setup:
You can’t perform that action at this time.
0 commit comments