mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(api): typo in no_cache_staticfiles.py
This commit is contained in:
parent
4b88cfac19
commit
fafe8ccc59
@ -11,7 +11,7 @@ class NoCacheStaticFiles(StaticFiles):
|
||||
never cache the files.
|
||||
|
||||
Static files include the javascript bundles, fonts, locales, and some images. Generated
|
||||
images are not included, as they are service by a router.
|
||||
images are not included, as they are served by a router.
|
||||
"""
|
||||
|
||||
def __init__(self, *args: Any, **kwargs: Any):
|
||||
|
Loading…
Reference in New Issue
Block a user