Describe the bug
I am running guardrais-ai swagger on custom path /my-guardrail, and when I load swagger docs using https://10.x.x.x/my-guardrail/docs, the loading fails due to blocked:csp as this tries to load swagger-ui.css and swagger-ui-bundle.js from internet (cross origin)
To Reproduce
Steps to reproduce the behavior:
- Run guardrails ai using custom path
- Open the swagger docs https://10.x.x.x/my-guardrail/docs
Expected behavior
Swagger document should load
Library version:
0.6.7
Additional context
N/A