From ac67a84606c941449d374684c8e74c3494861372 Mon Sep 17 00:00:00 2001 From: uwaa Date: Mon, 16 Dec 2024 11:40:52 +0000 Subject: [PATCH] Update FileEndpoint.cs --- HTTP/Routing/FileEndpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTP/Routing/FileEndpoint.cs b/HTTP/Routing/FileEndpoint.cs index 2fe572e..df484a7 100644 --- a/HTTP/Routing/FileEndpoint.cs +++ b/HTTP/Routing/FileEndpoint.cs @@ -87,7 +87,7 @@ public partial class FileEndpoint : RouterBase if (string.IsNullOrEmpty(fileInfo.Extension)) { mime = new MIMEType("text", "html"); - assetPath += ".htm"; + assetPath += ".html"; } else {