Browse Source

Merge branch 'feature/ip_check_new_limit' into feature/NC-45

jerry 1 year ago
parent
commit
747fc16c88
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backendApi/modules/v1/controllers/BaseController.php

+ 1 - 0
backendApi/modules/v1/controllers/BaseController.php

@@ -45,6 +45,7 @@ class BaseController extends \yii\rest\ActiveController {
             '/v1/oauth/send-email-code',
             '/v1/site/days-diff',
             '/v1/site/captcha',
+            '/favicon.ico',
         ];
 
         $request = Yii::$app->request;