mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 04:14:05 +00:00
Major incomplete Change
This commit is contained in:
+3
-2
@@ -6,8 +6,9 @@ Route::get('/storage')->name('storage');
|
||||
Route::group(['prefix' => 'auth'], function () {
|
||||
Route::post('/login', 'Auth\LoginController@login')->name('auth.login');
|
||||
|
||||
Route::get('/registration/{hash}', 'Auth\RegisterController@showRegistrationForm')->name('auth.registration');
|
||||
Route::post('/registration/create', 'Auth\RegisterController@register')->name('auth.registration.create');
|
||||
Route::get('/registration/{email}/{hash}', 'Account\ShowRegistrationFormController@show')->name('auth.registration');
|
||||
|
||||
Route::post('/registration/create', 'Account\RegisterAccountController@register')->name('auth.registration.create');
|
||||
|
||||
Route::get('/logout', 'Auth\LoginController@logout')->name('auth.logout');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user