dyjh před 6 roky
rodič
revize
cbe09c5a36
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      app/Http/Middleware/VerifyCsrfToken.php

+ 2 - 1
app/Http/Middleware/VerifyCsrfToken.php

@@ -15,7 +15,8 @@ class VerifyCsrfToken extends BaseVerifier
         //
         //
         "wechat",
         "wechat",
         "notify",
         "notify",
-        "admin/Base/Attachment/*"
+        "admin/Base/Attachment/*",
+        '/web/notify-account'
     ];
     ];
 
 
 }
 }