wotzebra/laravel-swagger-ui

yaml servers overwrite

Closed this issue · 1 comments

Problem

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

Possible solution

  • Merge servers from yaml with env - app_url instead of overwrite these
  • use a special config field for server prefix

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