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 has been 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 */*.
What do you think of this?
Thank you for sharing this project. 👍
The text was updated successfully, but these errors were encountered:
According to a middleware spec,
ApiVersions::Middleware
should 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. 👍
The text was updated successfully, but these errors were encountered: