Fix Docker Config
This commit is contained in:
@@ -28,7 +28,8 @@ builder.Services.AddCors(options =>
|
||||
{
|
||||
options.AddPolicy("AllowReactApp", builder =>
|
||||
{
|
||||
builder.WithOrigins("http://localhost:5173")
|
||||
//builder.WithOrigins("http://localhost:5173")
|
||||
builder.AllowAnyOrigin()
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod()
|
||||
.AllowCredentials();
|
||||
|
||||
Reference in New Issue
Block a user