]> BookStack Code Mirror - bookstack/blobdiff - app/Http/routes.php
Minor fixes to editor and auth
[bookstack] / app / Http / routes.php
index 28b81b2957aab5c1b66b24699716ee2ad18c5eac..7053c71b9035dd6c44047a1a0043a66364af317d 100644 (file)
@@ -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');