Retry Docker UP
This commit is contained in:
@@ -20,8 +20,7 @@ builder.Services.AddCors(options =>
|
||||
options.AddPolicy(name: myAllowSpecificOrigins,
|
||||
policy =>
|
||||
{
|
||||
//policy.WithOrigins("http://localhost:5173", "http://localhost:5174")
|
||||
policy.WithOrigins("http://192.168.5.129:8081", "http://192.168.5.129:8082")
|
||||
policy.WithOrigins("http://192.168.5.129:8081", "http://192.168.5.129:8082", "http://localhost:5173", "http://localhost:5174")
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user