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

Commit

Permalink
Add parameter index method route
Browse files Browse the repository at this point in the history
  • Loading branch information
kaboel committed Apr 17, 2019
1 parent 91447a7 commit 730b3f3
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 @@ -162,7 +162,7 @@
'index', 'edit'
]);

Route::get('/thread', 'ThreadController@index')->name('doctor.thread.index');
Route::get('/thread/{query}', 'ThreadController@index')->name('doctor.thread.index');

// Home -->
Route::get('/', 'DocController@dashboard')->name('doctor.dashboard');
Expand Down

0 comments on commit 730b3f3

Please sign in to comment.