From 849470555abcbef1d18ba59149c1e97b67ae10cc Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 25 Sep 2025 15:37:16 +0900 Subject: [PATCH] Update WelsonJS.Toolkit/WelsonJS.Launcher/ResourceTools/IpQuery.cs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- WelsonJS.Toolkit/WelsonJS.Launcher/ResourceTools/IpQuery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Launcher/ResourceTools/IpQuery.cs b/WelsonJS.Toolkit/WelsonJS.Launcher/ResourceTools/IpQuery.cs index a215ed5..3a3aa6b 100644 --- a/WelsonJS.Toolkit/WelsonJS.Launcher/ResourceTools/IpQuery.cs +++ b/WelsonJS.Toolkit/WelsonJS.Launcher/ResourceTools/IpQuery.cs @@ -35,7 +35,7 @@ namespace WelsonJS.Launcher.ResourceTools string apiKey = Program.GetAppConfig("CriminalIpApiKey"); if (string.IsNullOrEmpty(apiKey)) { - Server.ServeResource(context, "Missing API key", "application/xml", 500); + Server.ServeResource(context, "Missing API key", "application/xml", 500); return; }