]> git.localhorst.tv Git - alttp.git/blobdiff - app/Http/Middleware/VerifyCsrfToken.php
track twitch category where chats were sent in
[alttp.git] / app / Http / Middleware / VerifyCsrfToken.php
index 9e86521722b083582f0f100e7b4d3a63bcc1bdfc..a6e33e50ddf0bb57f56710b9fcdcbebcbf3526a4 100644 (file)
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
      * @var array<int, string>
      */
     protected $except = [
-        //
+               'twitch/*',
     ];
 }