pipermerriam/flex

Cannot find path when base_path is /

ahartoto opened this issue · 1 comments

When the swagger specification has base_path = /, the transformation of path to search for the matching schema is done in a way that when the path starts with /, the matching for a path will fail.

The problem is that the swagger.json or swagger.yaml is generated (from annotation), so we have a workaround, but it's not ideal.

Should be fixed by #144