mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Create a fake routine, check for its progress.
This commit is contained in:
@@ -461,7 +461,7 @@ Route::group(
|
||||
Route::get('job/json/{importJob}', ['uses' => 'Import\JobStatusController@json', 'as' => 'job.status.json']);
|
||||
|
||||
// start the job!
|
||||
Route::post('job/start/{importJob}', ['uses' => 'Import\JobStatusController@start', 'as' => 'job.start']);
|
||||
Route::any('job/start/{importJob}', ['uses' => 'Import\JobStatusController@start', 'as' => 'job.start']);
|
||||
|
||||
// import method prerequisites:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user