Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
edit-route
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina committed May 12, 2022
1 parent 61e545e commit ad723e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

Route::get('/guide', [BasicViewController::class, 'guide']);

Route::get('/rent/cars', [BasicViewController::class, 'cars']);
Route::get('/rent/car-list', [BasicViewController::class, 'cars']);

Route::get('/rent/motors', [BasicViewController::class, 'motors']);

Expand Down

0 comments on commit ad723e3

Please sign in to comment.