fix(api): typo in no_cache_staticfiles.py

This commit is contained in:
psychedelicious 2024-01-22 16:02:00 +11:00
parent 4b88cfac19
commit fafe8ccc59

View File

@ -11,7 +11,7 @@ class NoCacheStaticFiles(StaticFiles):
never cache the files. never cache the files.
Static 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. images are not included, as they are served by a router.
""" """
def __init__(self, *args: Any, **kwargs: Any): def __init__(self, *args: Any, **kwargs: Any):