PNTLV
PNTLV
## Description If we specify a server URL in `OpenAPIConfig` without a leading `/`, the schema generates incorrect paths. Example: ```python from __future__ import annotations from litestar import Litestar, get...
## Description I would like to propose a solution for issue [#3306.](https://github.com/litestar-org/litestar/issues/3606) I have created two methods in `OpenAPIPlugin`: 1. `_normalize_route_path` is designed to remove redundant parts from the URL....
### Bug Description: I am currently testing Manticore on a production project and noticed an issue similar to #395. Occasionally, I encounter the error "unknown option 'fuzzy'". Unfortunately, I haven't...