mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Minor fixes to editor and auth
This commit is contained in:
@@ -63,6 +63,7 @@ Route::group(['middleware' => 'auth'], function() {
|
||||
|
||||
|
||||
});
|
||||
|
||||
Route::get('/login', 'Auth\AuthController@getLogin');
|
||||
Route::post('/login', 'Auth\AuthController@postLogin');
|
||||
Route::get('/logout', 'Auth\AuthController@getLogout');
|
||||
|
Reference in New Issue
Block a user