mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
First code for YNAB import #145
This commit is contained in:
@@ -503,6 +503,9 @@ Route::group(
|
||||
|
||||
// download config:
|
||||
Route::get('download/{importJob}', ['uses' => 'Import\IndexController@download', 'as' => 'job.download']);
|
||||
|
||||
// callback URI for YNAB OAuth. Sadly, needs a custom solution.
|
||||
Route::get('ynab-callback', ['uses' => 'Import\CallbackController@ynab', 'as' => 'callback.ynab']);
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user