From fafe8ccc590ef497059299f9db1543f513835912 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:02:00 +1100 Subject: [PATCH] fix(api): typo in `no_cache_staticfiles.py` --- invokeai/app/api/no_cache_staticfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/app/api/no_cache_staticfiles.py b/invokeai/app/api/no_cache_staticfiles.py index 2847baeed9..15a53270f1 100644 --- a/invokeai/app/api/no_cache_staticfiles.py +++ b/invokeai/app/api/no_cache_staticfiles.py @@ -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):