From edfb66bbc5e4ef257efb674786c269af07be1a6e Mon Sep 17 00:00:00 2001 From: wanghaomei Date: Tue, 16 May 2023 16:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=8E=EF=BC=8C?= =?UTF-8?q?=E5=85=B3=E9=97=ADhttps=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../applicationsettings.json | 18 ++++-------------- .../BookingCustomer.Web.Core/Startup.cs | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/BookingCustomer/BookingCustomer.Application/applicationsettings.json b/BookingCustomer/BookingCustomer.Application/applicationsettings.json index 7c49ed6..5f2fcc2 100644 --- a/BookingCustomer/BookingCustomer.Application/applicationsettings.json +++ b/BookingCustomer/BookingCustomer.Application/applicationsettings.json @@ -1,23 +1,13 @@ { "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", "SpecificationDocumentSettings": { - "DocumentTitle": "Furion | 规范化接口", + "DocumentTitle": "客户订舱系统", "GroupOpenApiInfos": [ { "Group": "Default", - "Title": "规范化接口演示", - "Description": "让 .NET 开发更简单,更通用,更流行。", - "Version": "1.0.0", - "TermsOfService": "https://furion.baiqian.ltd", - "Contact": { - "Name": "百小僧", - "Url": "https://gitee.com/monksoul", - "Email": "monksoul@outlook.com" - }, - "License": { - "Name": "Apache-2.0", - "Url": "https://gitee.com/dotnetchina/Furion/blob/rc1/LICENSE" - } + "Title": "客户订舱系统", + "Description": "客户订舱系统", + "Version": "1.0.0" } ] }, diff --git a/BookingCustomer/BookingCustomer.Web.Core/Startup.cs b/BookingCustomer/BookingCustomer.Web.Core/Startup.cs index c007515..a3c0d6c 100644 --- a/BookingCustomer/BookingCustomer.Web.Core/Startup.cs +++ b/BookingCustomer/BookingCustomer.Web.Core/Startup.cs @@ -27,7 +27,7 @@ namespace BookingCustomer.Web.Core app.UseDeveloperExceptionPage(); } - app.UseHttpsRedirection(); + //app.UseHttpsRedirection(); app.UseRouting();