From 47607c2217cd73ab17b2652c38967beec721200b Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Thu, 29 Jul 2021 20:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/HostedService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub/HostedService.cs b/FastGithub/HostedService.cs index 673c4e1..431e182 100644 --- a/FastGithub/HostedService.cs +++ b/FastGithub/HostedService.cs @@ -29,7 +29,7 @@ namespace FastGithub /// public Task StartAsync(CancellationToken cancellationToken) { - this.logger.LogInformation($"{nameof(FastGithub)}启动完成,访问 http://127.0.0.1 或本机其它任意ip可进入Dashboard"); + this.logger.LogInformation($"{nameof(FastGithub)}启动完成,访问 http://127.0.0.1 或 https://127.0.0.1 或本机其它任意ip可进入Dashboard"); return Task.CompletedTask; }