🐛 Fix remain use session
This commit is contained in:
parent
b634d587a7
commit
5e455599fd
@ -324,7 +324,6 @@ app.UseRequestLocalization();
|
|||||||
app.UseForwardedHeaders(forwardedHeadersOptions);
|
app.UseForwardedHeaders(forwardedHeadersOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
app.UseSession();
|
|
||||||
app.UseCors(opts =>
|
app.UseCors(opts =>
|
||||||
opts.SetIsOriginAllowed(_ => true)
|
opts.SetIsOriginAllowed(_ => true)
|
||||||
.WithExposedHeaders("*")
|
.WithExposedHeaders("*")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user