diff --git a/routes/web.php b/routes/web.php index 2beecac..394ebea 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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');