nostop8 / yii2-rest-api-doc

Simple documentation generator for Yii2 REST applications based on defined API endpoints and actions annotations.
MIT License
21 stars 15 forks source link

request method OPTIONS not supported? #2

Closed V1os closed 7 years ago

V1os commented 7 years ago

PHP Notice – yii\base\ErrorException Undefined index: OPTIONS

            [
                'class'         => 'yii\rest\UrlRule',
                'controller'    => 'nameController',
                'extraPatterns' => [
                    'GET total'           => 'total',
                    'OPTIONS total'       => 'options'
                ],
            ],
nostop8 commented 7 years ago

Thanks for report. The issue should be resolved now.