mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Router Update
This commit is contained in:
@@ -1131,7 +1131,7 @@ class Router implements RegistrarContract, BindingRegistrar
|
||||
// Authentication Routes...
|
||||
$this->get('login', 'Auth\LoginController@showLoginForm')->name('login');
|
||||
$this->post('login', 'Auth\LoginController@login');
|
||||
$this->post('logout', 'Auth\LoginController@logout')->name('logout');
|
||||
$this->get('logout', 'Auth\LoginController@logout')->name('logout');
|
||||
|
||||
// Registration Routes...
|
||||
$this->get('register', 'Auth\RegisterController@showRegistrationForm')->name('register');
|
||||
|
||||
Reference in New Issue
Block a user