Add domain cloud
This commit is contained in:
@@ -45,7 +45,8 @@ builder.Services.AddCors(options =>
|
||||
"http://localhost:5174",
|
||||
"http://192.168.5.128:8700",
|
||||
"https://www.eldia.com",
|
||||
"https://extras.eldia.com"
|
||||
"https://extras.eldia.com",
|
||||
"https://eldia.mustang.cloud"
|
||||
)
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod();
|
||||
|
||||
Reference in New Issue
Block a user