This commit is contained in:
Фролов 2021-05-25 11:49:13 +05:00
parent 7e1ccc21ab
commit 00ef6a1491

View File

@ -37,8 +37,10 @@ namespace AsbCloudWebApi
.AllowAnyMethod() .AllowAnyMethod()
.WithOrigins( .WithOrigins(
"http://0.0.0.0:3000", "http://0.0.0.0:3000",
"http://*:3000",
"http://localhost:3000", "http://localhost:3000",
"http://0.0.0.0:5000", "http://0.0.0.0:5000",
"http://*:5000",
"http://localhost:5000" "http://localhost:5000"
) )
.AllowCredentials(); .AllowCredentials();