diff --git a/ManagerService/Startup.cs b/ManagerService/Startup.cs index 760d1f0..9c8ff13 100644 --- a/ManagerService/Startup.cs +++ b/ManagerService/Startup.cs @@ -194,7 +194,7 @@ namespace ManagerService .AllowCredentials() #else options => options - .SetIsOriginAllowed(origin => string.IsNullOrEmpty(origin) || origin == "https://manager.myinfomate.be" || origin == "https://visitnamur.myinfomate.be" || origin == "https://fortsaintheribert.myinfomate.be") + .SetIsOriginAllowed(origin => string.IsNullOrEmpty(origin) || origin == "https://manager.mymuseum.be" || origin == "https://manager.myinfomate.be" || origin == "https://visitnamur.myinfomate.be" || origin == "https://fortsaintheribert.myinfomate.be") .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials()