When having a server that runs the API side-by-side with the documentation (ex: happi-swagger) we don't want to append version to the request path because simply it's not intended. passiveMode solves this preventing breaking non-versioned routes/resources and reduces overhead.
basePath
Allows to use the plugin when having a base path different from /.
passiveMode
When having a server that runs the API side-by-side with the documentation (ex: happi-swagger) we don't want to append version to the request path because simply it's not intended.
passiveMode
solves this preventing breaking non-versioned routes/resources and reduces overhead.basePath
Allows to use the plugin when having a base path different from
/
.