Selaa lähdekoodia

Remove old flowsheets route

Vijayakrishnan 4 vuotta sitten
vanhempi
commit
c69a8e92ae
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      routes/web.php

+ 0 - 1
routes/web.php

@@ -122,7 +122,6 @@ Route::middleware('pro.auth')->group(function () {
         });
         Route::get('sections', 'PatientController@sections')->name('sections');
         Route::get('handouts', 'PatientController@handouts')->name('handouts');
-        Route::get('flowsheets', 'PatientController@flowSheets')->name('flowsheets');
         Route::get('settings', 'PatientController@settings')->name('settings');
         Route::get('pros', 'PatientController@pros')->name('pros');
         Route::get('account', 'PatientController@account')->name('account');