mgh
mgh
+1 for this feature
I mean to integrate destination's swagger into my `YARP`'s swagger. For example, I have three APIs with Swagger, and I want to see all of them in my `YARP` project...
> bounce Great solution, but to me, the operations'/path' URL of swagger document won't set relative to the reverse proxy and are the main APIs address. I tried to modify...
Thanks for the pointers. The root cause here was a name mismatch: the code in the image expected `skyvern.forge.app` (e.g., scripts/create_api_key.py imports it), but the repo had `forge_app.py`. Renaming `forge_app.py`...