Why? because we haven't to remember what is the port of each server.
[!NOTE]
The servers have CORS activated with rules that forbid another domain. ~So a plugin is needed to force the navigator to ignore CORS rules, like:~
An overlay in nginx is done to relay from the same domain the specs that are on different servers (ie domains for navigators). That induce a rewrite of urls through a swagger plugin to be transparent to the user.
[!NOTE]
A dark theme has been added for the ease of eyes 😄
Add a swagger-ui on http://localhost:9080/swagger/ that can show the specs of any server.
Why? because we haven't to remember what is the port of each server.