From fb7aeac2ac9101a0fb99c02dc8d292c8c64cb32b Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 21 Dec 2025 09:42:45 +0000 Subject: [PATCH] Fix minor documentation mistake #nolog --- src/microdot/microdot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microdot/microdot.py b/src/microdot/microdot.py index 1ffcff6..ccb170e 100644 --- a/src/microdot/microdot.py +++ b/src/microdot/microdot.py @@ -774,7 +774,7 @@ class Response: :param filename: The filename of the file. :param status_code: The 3xx status code to use for the redirect. The - default is 302. + default is 200. :param content_type: The ``Content-Type`` header to use in the response. If omitted, it is generated automatically from the file extension of the