From fa3c4e145ed26e6e96b3dbf30604a815edbea55a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 15 三月 2024 10:11:49 +0800 Subject: [PATCH] 修改发布数据的host --- ExportMap/cs/PyLasUtils.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/PyLasUtils.cs b/ExportMap/cs/PyLasUtils.cs index df920da..4a25c58 100644 --- a/ExportMap/cs/PyLasUtils.cs +++ b/ExportMap/cs/PyLasUtils.cs @@ -23,7 +23,7 @@ /// </summary> public static string GetReleaseUrl(string path) { - return "http://{host}/LFData/" + path.Replace("\\", "/"); + return "{host}/LFData/" + path.Replace("\\", "/"); } /// <summary> -- Gitblit v1.9.3