cors
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 26s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 26s
This commit is contained in:
@@ -38,6 +38,7 @@ var builder = WebApplication.CreateBuilder(options);
|
|||||||
var allowedOrigins = new string[]
|
var allowedOrigins = new string[]
|
||||||
{
|
{
|
||||||
"https://shopsolution-frontend.tzbre.dev",
|
"https://shopsolution-frontend.tzbre.dev",
|
||||||
|
"https://shopsolution-backend.tzbre.dev",
|
||||||
"http://localhost:4200"
|
"http://localhost:4200"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user