Update failed releases controller, related route and BasePageController

This commit is contained in:
DariusIII
2018-12-19 23:53:08 +01:00
parent 8cfb30a35e
commit 05aafc54bb
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class BasePageController extends Controller
*/
public function __construct()
{
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm', 'callback', 'getNzb', 'terms', 'capabilities', 'movie', 'search', 'tv', 'details');
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm', 'callback', 'getNzb', 'terms', 'capabilities', 'movie', 'search', 'tv', 'details', 'failed');
// Buffer settings/DB connection.
$this->settings = new Settings();
$this->smarty = app('smarty.view');