You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2021. It is now read-only.
But, in my opinion, it adds default vendor only if request path contains prefix path like /api. Otherwise, It adds default vendor when request path is / and Accept header is */*.
According to a middleware spec,
ApiVersions::Middlewareshould add a default vendor accept to a nil Accept header.But, in my opinion, it adds default vendor only if request path contains prefix path like
/api. Otherwise, It adds default vendor when request path is/and Accept header is*/*.What do you think of this?
Thank you for sharing this project. 👍