Hi,
I'm setting up a Docker container with Swagger-ui using a volume and the URLS envar to use multiple files:
URLS=[{url: "/swagger/file1.yml", name: "file1"}, {url: "/swagger/file2.yml", name: "file2"}]
But each time I refresh, even with DEEP_LINKS=true, I get the pet shop API printed. I have to select another definition in the TopBar and go back to the first one to see it.
Did I miss a parameter somewhere ?
Thank you