mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Removed cleanup method.
This commit is contained in:
parent
a5b13aa67f
commit
918041258e
@ -125,7 +125,6 @@ Route::bind(
|
||||
}
|
||||
);
|
||||
|
||||
Route::get('/cleanup', ['uses' => 'HomeController@cleanup', 'as' => 'cleanup']);
|
||||
// protected routes:
|
||||
Route::group(
|
||||
['before' => 'auth'], function () {
|
||||
|
Loading…
Reference in New Issue
Block a user