forked from s421507/eOSP2
1
0
Fork 0

Rejestracja - weryfikacja adresu email

This commit is contained in:
Krzysztof Strzelecki 2019-10-02 19:01:29 +02:00
parent 23262247e5
commit 9ecf157aef
1 changed files with 4 additions and 0 deletions

View File

@ -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');