cors
This commit is contained in:
@@ -37,7 +37,7 @@ var builder = WebApplication.CreateBuilder(options);
|
|||||||
|
|
||||||
var allowedOrigins = new string[]
|
var allowedOrigins = new string[]
|
||||||
{
|
{
|
||||||
"https://webshop.tzbre.dev",
|
"https://shopsolution-frontend.tzbre.dev",
|
||||||
"http://localhost:4200"
|
"http://localhost:4200"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user