Add BtcPaymentController

This commit is contained in:
DariusIII
2018-04-07 23:57:14 +02:00
parent b510c1b93b
commit b100b63024
6 changed files with 103 additions and 91 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class BasePageController extends Controller
*/
public function __construct(Request $request)
{
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm');
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm', 'callback');
// Buffer settings/DB connection.
$this->settings = new Settings();
$this->pdo = new DB();