Skip to content

Commit

Permalink
Fixed Origin in Blazor (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
abergs committed Jul 28, 2023
1 parent 5cb0f17 commit 4446aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlazorWasmDemo/Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
}
},
"AllowedHosts": "*",
"Origin": "https://fido2-blazorwasm.onrender.com"
"Origin": "https://localhost:7124"
}

0 comments on commit 4446aea

Please sign in to comment.