测试路径
parent
a601cf3ef8
commit
1676056e43
|
@ -26,6 +26,7 @@ using IRaCIS.Core.Domain.Share;
|
||||||
using Microsoft.AspNetCore.StaticFiles;
|
using Microsoft.AspNetCore.StaticFiles;
|
||||||
using IRaCIS.Application.Services.BackGroundJob;
|
using IRaCIS.Application.Services.BackGroundJob;
|
||||||
using IRaCIS.Core.Application.Helper;
|
using IRaCIS.Core.Application.Helper;
|
||||||
|
using Microsoft.AspNetCore.Http;
|
||||||
|
|
||||||
namespace IRaCIS.Core.API
|
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.
|
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
||||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||||
{
|
{
|
||||||
|
app.UsePathBase(PathString.FromUriComponent("/back"));
|
||||||
|
|
||||||
//±¾µØ»¯
|
//±¾µØ»¯
|
||||||
app.UseLocalization();
|
app.UseLocalization();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue