mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Cleaned up some unessasary facade usage
This commit is contained in:
@@ -43,6 +43,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
|
||||
});
|
||||
|
||||
// Uploads
|
||||
Route::post('/upload/image', 'ImageController@upload');
|
||||
|
||||
// Users
|
||||
@@ -75,7 +76,6 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
Route::get('/settings', 'SettingController@index');
|
||||
Route::post('/settings', 'SettingController@update');
|
||||
|
||||
|
||||
});
|
||||
|
||||
// Login using social authentication
|
||||
|
Reference in New Issue
Block a user