Skip to content

Commit

Permalink
modify origin urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Nov 15, 2023
1 parent 7287322 commit 9b08c7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Wmca.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void ConfigureServices(IServiceCollection services)
options.AddPolicy(name: MyAllowSpecificOrigins,
policy =>
{
policy.WithOrigins("https://dev-wmca.euwest01.umbraco.io/");
policy.WithOrigins("https://dev-wmca.euwest01.umbraco.io", "https://www.wmca.org.uk");
});
});

Expand Down Expand Up @@ -89,5 +89,4 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
});
}
}
}

}

0 comments on commit 9b08c7d

Please sign in to comment.