closes #85, also fixes route names

This commit is contained in:
Dane Everitt 2016-09-07 15:28:57 -04:00
parent 9fb0cb420e
commit e0bff4db8e
3 changed files with 6 additions and 6 deletions

View file

@ -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);
}