测试路径

Uat_Study
hang 2023-08-24 16:04:58 +08:00
parent a601cf3ef8
commit 1676056e43
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@ using IRaCIS.Core.Domain.Share;
using Microsoft.AspNetCore.StaticFiles;
using IRaCIS.Application.Services.BackGroundJob;
using IRaCIS.Core.Application.Helper;
using Microsoft.AspNetCore.Http;
namespace IRaCIS.Core.API
{
@ -166,6 +167,8 @@ namespace IRaCIS.Core.API
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UsePathBase(PathString.FromUriComponent("/back"));
//±¾µØ»¯
app.UseLocalization();