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