Próbwa naprawy web

This commit is contained in:
czup 2020-02-01 02:05:40 +01:00
parent 49c64f17e5
commit 742fc3f7fe
1 changed files with 1 additions and 1 deletions

View File

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