Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/10742/head
pre-commit-ci[bot] 1 year ago
parent
commit
389da15b42
  1. 2
      docs/en/docs/advanced/templates.md

2
docs/en/docs/advanced/templates.md

@ -82,7 +82,7 @@ And because you are using `StaticFiles`, that CSS file would be served automatic
Another way to affect the generated URLs is to customize `uvicorn` with arguments like `proxy-headers`, `root-path`, and `forwarded-allow-ips`. Another way to affect the generated URLs is to customize `uvicorn` with arguments like `proxy-headers`, `root-path`, and `forwarded-allow-ips`.
See <a href="https://www.uvicorn.org/settings/#http">uvicorn's docs on settings</a>. See <a href="https://www.uvicorn.org/settings/#http">uvicorn's docs on settings</a>.
## More details ## More details
For more details, including how to test templates, check <a href="https://www.starlette.io/templates/" class="external-link" target="_blank">Starlette's docs on templates</a>. For more details, including how to test templates, check <a href="https://www.starlette.io/templates/" class="external-link" target="_blank">Starlette's docs on templates</a>.

Loading…
Cancel
Save