closes #85, also fixes route names
This commit is contained in:
parent
9fb0cb420e
commit
e0bff4db8e
3 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue