We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b646af + f6661cb commit 67bb4dbCopy full SHA for 67bb4db
mohaymen-codestar-Team02/Program.cs
@@ -10,7 +10,7 @@
10
options.AddPolicy("AllowSpecificOrigins",
11
builder =>
12
{
13
- builder.WithOrigins("http://localhost:4200", "https://codestar-g2.abriment.com/")
+ builder.WithOrigins("http://localhost:4200", "https://codestar-g2.abriment.com")
14
.AllowAnyHeader()
15
.AllowAnyMethod()
16
.AllowCredentials();
0 commit comments