mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 02:43:45 +02:00
closes #85, also fixes route names
This commit is contained in:
@@ -143,7 +143,7 @@ class ServerController extends Controller
|
||||
}
|
||||
|
||||
Alert::danger($exception)->flash();
|
||||
return redirect()->route('files.index', $uuid);
|
||||
return redirect()->route('server.files.index', $uuid);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user