Skip to content

Commit 8277eae

Browse files
authored
Merge pull request #215 from AndrewCS149/testWorkflow
testWorkflow
2 parents 208e3b3 + a6fbef7 commit 8277eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void Main(string[] args)
2323
// --------------------- CORS POLICY ------------------------------
2424
builder.Services.AddCors(options =>
2525
{
26-
options.AddPolicy("AllowSpecificOrigin", b => b.WithOrigins("https://andrewtest.org").AllowAnyHeader().AllowAnyMethod());
26+
options.AddPolicy("AllowSpecificOrigin", b => b.WithOrigins("http://127.0.0.1:8080").AllowAnyHeader().AllowAnyMethod());
2727
});
2828

2929
// Add services to the container.

0 commit comments

Comments
 (0)