We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9be46 commit 10a5d90Copy full SHA for 10a5d90
Routes/web.php
@@ -20,7 +20,7 @@
20
]);
21
22
Route::name('admin.ftp.accounts.last_error')
23
- ->get('ftp/accounts/last_error', 'FtpAccountsController@lastError');
+ ->get('ftp/last_error', 'FtpAccountsController@lastError');
24
25
Route::name('admin.ftp.commands.edit')->get('ftp/commands/edit', 'FtpCommandsController@edit');
26
Route::name('admin.ftp.commands.update')->patch('ftp/commands', 'FtpCommandsController@update');
0 commit comments