Skip to content

Commit

Permalink
Routes Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwebwiz committed Nov 22, 2017
1 parent 7659e11 commit 323d14d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
Auth::routes();

Route::get('/home', 'HomeController@index')->name('home');
Route::get('trackings', 'TrackingsController@showAllTrackings')->name('showAllTrackings');
Route::get('trackings/new', 'TrackingsController@showNewTrackingForm')->name('showNewTrackingForm');

0 comments on commit 323d14d

Please sign in to comment.