forked from s421507/eOSP2
Rejestracja - weryfikacja adresu email
This commit is contained in:
parent
23262247e5
commit
9ecf157aef
@ -54,6 +54,10 @@ Route::post('/jednostka', 'fireStationController@store');
|
||||
Route::get('/jednostka/getcounties/{id}','DataController@getCounties');
|
||||
Route::get('/jednostka/getcommunities/{id}','DataController@getCommunities');
|
||||
|
||||
Route::get('register/verify/{confirmationCode}', [
|
||||
'as' => 'confirmation_path',
|
||||
'uses' => 'RegistrationController@confirm'
|
||||
]);
|
||||
//Auth::routes();
|
||||
//
|
||||
//Route::get('/home', 'HomeController@index')->name('home');
|
||||
|
Loading…
Reference in New Issue
Block a user