L5-Swagger
L5-Swagger copied to clipboard
How to use multiple paths inswagger for api?
- L5-Swagger Version: ^8.0
- PHP Version (
php -v
): 7.3 - OS: debian
Description:
I have different paths for apis
exa, http://host/test/data/{route}
http://host/v1/m1/data/{route}
How can I use two path as base path ?
Steps To Reproduce:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
i am exactly looking for the same solution. any work around for this problem ?
up