nextapps-be / laravel-swagger-ui

Add Swagger UI to a Laravel application.
MIT License
160 stars 20 forks source link

yaml servers overwrite #8

Closed iulianerc closed 10 months ago

iulianerc commented 2 years ago

Problem

My routes have a prefix after app_url but i don't want to repeat that prefix each time

Possible solution

gdebrauwer commented 10 months ago

Just defining the prefix in the config does not seem a huge issue. Currently, no plans to add extra code to fix this.