Skip to content

Commit 0aa33a8

Browse files
committed
no cors
1 parent aa6d1fb commit 0aa33a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

whateverAPI/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ await builder.Services
166166
.UseHttpsRedirection()
167167
.UseStaticFiles()
168168
.UseAuthentication()
169-
.UseAuthorization()
170-
.UseCors(Helper.DefaultPolicy);
169+
.UseAuthorization();
170+
// .UseCors(Helper.DefaultPolicy);
171171

172172
await app.InitializeDatabaseRetryAsync();
173173

0 commit comments

Comments
 (0)