diff --git a/src/quart/app.py b/src/quart/app.py index a25933c..ec6a859 100644 --- a/src/quart/app.py +++ b/src/quart/app.py @@ -284,7 +284,7 @@ def __init__( static_host: str | None = None, host_matching: bool = False, subdomain_matching: bool = False, - template_folder: str | None = "templates", + template_folder: str | os.PathLike[str] | None = "templates", instance_path: str | None = None, instance_relative_config: bool = False, root_path: str | None = None,