Skip to content

Commit 10a5d90

Browse files
committed
update last error route
1 parent 3a9be46 commit 10a5d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routes/web.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]);
2121

2222
Route::name('admin.ftp.accounts.last_error')
23-
->get('ftp/accounts/last_error', 'FtpAccountsController@lastError');
23+
->get('ftp/last_error', 'FtpAccountsController@lastError');
2424

2525
Route::name('admin.ftp.commands.edit')->get('ftp/commands/edit', 'FtpCommandsController@edit');
2626
Route::name('admin.ftp.commands.update')->patch('ftp/commands', 'FtpCommandsController@update');

0 commit comments

Comments
 (0)