Refactor method names/views for Contacts
This commit is contained in:
parent
5edb495bcb
commit
4af305ba3b
4 changed files with 6 additions and 6 deletions
|
@ -118,8 +118,8 @@ Route::group(['domain' => config('url.longurl')], function () {
|
|||
Route::post('webmention', 'WebMentionsController@receive');
|
||||
|
||||
//Contacts
|
||||
Route::get('contacts', 'ContactsController@showAll');
|
||||
Route::get('contacts/{nick}', 'ContactsController@showSingle');
|
||||
Route::get('contacts', 'ContactsController@index');
|
||||
Route::get('contacts/{nick}', 'ContactsController@show');
|
||||
|
||||
//Places
|
||||
Route::get('places', 'PlacesController@index');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue