mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Started rolling out user slugs to model and core controllers
This commit is contained in:
@ -99,7 +99,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
});
|
||||
|
||||
// User Profile routes
|
||||
Route::get('/user/{userId}', 'UserController@showProfilePage');
|
||||
Route::get('/user/{slug}', 'UserProfileController@show');
|
||||
|
||||
// Image routes
|
||||
Route::get('/images/gallery', 'Images\GalleryImageController@list');
|
||||
|
Reference in New Issue
Block a user