From 742fc3f7feaeb5b5c62bd5ce1c5d95c0bc9b7a2b Mon Sep 17 00:00:00 2001 From: czup Date: Sat, 1 Feb 2020 02:05:40 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C3=B3bwa=20naprawy=20web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index b88d472..d1b61a3 100644 --- a/routes/web.php +++ b/routes/web.php @@ -71,7 +71,7 @@ Route::get('/jednostka', 'fireStationController@create'); Route::post('/jednostka', 'fireStationController@store'); Route::get('/jednostka/edit', 'fireStationController@editForm'); Route::post('/jednostka/edit', 'fireStationController@update'); -Route::post('/sjednostka/pdf/single/', 'fireStationController@createSingleUnitPDF'); +Route::post('/jednostka/pdf/single/', 'fireStationController@createSingleUnitPDF'); Route::get('/jednostka/getcounties/{id}','DataController@getCounties'); Route::get('/jednostka/getcommunities/{id}','DataController@getCommunities');