|
|
|
@ -1,3 +1,8 @@ |
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Reflection; |
|
|
|
|
using System.Text; |
|
|
|
|
using Microsoft.AspNetCore.Authentication.JwtBearer; |
|
|
|
|
using Microsoft.AspNetCore.Builder; |
|
|
|
|
using Microsoft.AspNetCore.Hosting; |
|
|
|
@ -6,15 +11,10 @@ using Microsoft.Extensions.DependencyInjection; |
|
|
|
|
using Microsoft.Extensions.Hosting; |
|
|
|
|
using Microsoft.IdentityModel.Tokens; |
|
|
|
|
using Microsoft.OpenApi.Models; |
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Reflection; |
|
|
|
|
using System.Text; |
|
|
|
|
using PEIS.Common.Helper.Encryption; |
|
|
|
|
using PEIS.Common.Middleware; |
|
|
|
|
|
|
|
|
|
namespace PEIS.Interface |
|
|
|
|
namespace PEIS.Cloud |
|
|
|
|
{ |
|
|
|
|
public class Startup |
|
|
|
|
{ |
|
|
|
|