Explorar o código

Remove old flowsheets route

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
c69a8e92ae
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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');