From c62614e0c03ddced7290da3403d13238234b08bf Mon Sep 17 00:00:00 2001 From: "Gui.H" Date: Thu, 5 May 2022 22:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastTunnel.Core/FastTunnel.Core.csproj | 2 +- FastTunnel.Server/Startup.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FastTunnel.Core/FastTunnel.Core.csproj b/FastTunnel.Core/FastTunnel.Core.csproj index c00fe9c..bd3f2bf 100644 --- a/FastTunnel.Core/FastTunnel.Core.csproj +++ b/FastTunnel.Core/FastTunnel.Core.csproj @@ -22,7 +22,7 @@ - + diff --git a/FastTunnel.Server/Startup.cs b/FastTunnel.Server/Startup.cs index 61bce7c..a40f7f3 100644 --- a/FastTunnel.Server/Startup.cs +++ b/FastTunnel.Server/Startup.cs @@ -114,9 +114,9 @@ public class Startup app.UseEndpoints(endpoints => { endpoints.MapControllers(); - // -------------------FastTunnel STEP3 OF 3------------------ - endpoints.MapFastTunnelServer(); - // -------------------FastTunnel STEP3 END------------------- - }); + // -------------------FastTunnel STEP3 OF 3------------------ + endpoints.MapFastTunnelServer(); + // -------------------FastTunnel STEP3 END------------------- + }); } }