mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(api): type in no_cache_staticfiles.py
This commit is contained in:
parent
5fa13fba36
commit
4b88cfac19
@ -10,7 +10,7 @@ class NoCacheStaticFiles(StaticFiles):
|
||||
ensuring we *never* cache static files. It modifies the file response headers to strictly
|
||||
never cache the files.
|
||||
|
||||
Ttatic files include the javascript bundles, fonts, locales, and some images. Generated
|
||||
Static files include the javascript bundles, fonts, locales, and some images. Generated
|
||||
images are not included, as they are service by a router.
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user