mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-02-25 18:45:27 -06:00 
			
		
		
		
	Various fixes and checks.
This commit is contained in:
		@@ -35,7 +35,7 @@ Route::group(
 | 
			
		||||
 | 
			
		||||
Route::group(
 | 
			
		||||
    ['middleware' => 'binders-only','namespace' => 'FireflyIII\Http\Controllers\System', 'as' => 'cron.', 'prefix' => 'cron'], function () {
 | 
			
		||||
    Route::get('run/{cliToken}', ['uses' => 'CronController@cron', 'as' => 'cron']);
 | 
			
		||||
        Route::get('run/{cliToken}', ['uses' => 'CronController@cron', 'as' => 'cron']);
 | 
			
		||||
}
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user