-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
There is currently two issues with multiple swagger UIs:
a) one has to create a sub-class of the plugin as otherwise javalin
wouldn't register it (I will read upon that and mention it over at javalin
. I guess there are plugins for which only a single instance should exist).
b) this fails as both instances try to add the webjar GET handler.
The former can be counted as a minor inconvenience, the latter, however, is an easy fix which I will provide in due time.