-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve TODO: re-check options route in fractal action #35 #36
Resolve TODO: re-check options route in fractal action #35 #36
Conversation
'info/pet-details' => 'petinfo/pet-detail/options', | ||
'forum/pet2-details' => 'forum/pet2-detail/options', | ||
'forum2/pet3-details' => 'forum2/pet3-detail/options', | ||
'api/v2/comments' => 'api/v2/comment/options', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do auto generated rules contain module paths? I'd expect only controller/action here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is due to urlPrefixes
public $urlPrefixes = []; |
It is configured here in
Line 13 in 3a44f9b
'urlPrefixes' => [ |
…n-fractal-action' of github.com:php-openapi/yii2-openapi into 35-resolve-todo-re-check-options-route-in-fractal-action
…n-fractal-action' of github.com:php-openapi/yii2-openapi into 35-resolve-todo-re-check-options-route-in-fractal-action
Thank you! |
Fixes #35