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
I need to be able to use the Swagger-UI and validation on a closed network and as such need to provide the static files. However when I follow what is in the READMe I get 404 responses. Here is how I've implemented the option:
Hey folks, sorry for the late reply.
The workaround solution provided by @jelche is correct. If you check into how is it being used in the code, it's simply assigning that value to the href which would require to be an endpoint that can be served from the backend.
I need to be able to use the Swagger-UI and validation on a closed network and as such need to provide the static files. However when I follow what is in the READMe I get 404 responses. Here is how I've implemented the option:
Is this the expected usage?
The only way I can seem to get it to work otherwise is to serve up the static files:
The text was updated successfully, but these errors were encountered: