You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `resource_list` option can receive 2 types of values:
57
-
58
-
1. An absolute URL to an external Swagger resource-list (demoed above).
59
-
2. A route name.
60
-
61
-
### Serving static JSON files
62
-
63
-
If you already have a set of Swagger-compliant JSON files, you can configure this bundle to serve them for you in such a way that `swagger-ui` can consume it properly:
64
-
65
-
1. Place all JSON files inside a directory (doesn't have to be public)
0 commit comments