Remove references to help

This commit is contained in:
James Cole
2022-02-03 10:32:20 +01:00
parent 944864ed25
commit ddabfbc1ad
10 changed files with 15 additions and 383 deletions

View File

@@ -589,16 +589,6 @@ Route::group(
}
);
/**
* Help Controller.
*/
Route::group(
['middleware' => 'user-full-auth', 'namespace' => 'FireflyIII\Http\Controllers', 'prefix' => 'help', 'as' => 'help.'],
static function () {
Route::get('{route}', ['uses' => 'HelpController@show', 'as' => 'show']);
}
);
/**
* JScript Controller.
*/