-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I use swagger-ui-py==21.12.8 and locally Openapi documentation is created without problems and I can enjoy it at
http://localhost:8005/api/doc (8005 is custom).
We deploy in our preview envs, and this url works fine
But htis one
https://preview-newe-2253-a9wd53-debug.preview.gfknewron.com/insight/additive-decomposition/api/doc/
has problems with resources
GET https://preview-newe-2253-a9wd53-debug.preview.gfknewron.com/api/doc/static/swagger-ui.css net::ERR_ABORTED 404
it should have been
The urls are generated from our deployment scripts.
Is there something I can do? Is this a misuse of the library on my part?
Any idea what is missing?
Python 3.10.3 on MacOS Big sur, x86-64, installed through pyenv. flask==2.1.0
Metadata
Metadata
Assignees
Labels
No labels