🐛 Trying to fix upload offset not found in frontend
This commit is contained in:
@@ -20,7 +20,7 @@ public static class ApplicationConfiguration
|
||||
app.UseCors(opts =>
|
||||
opts.SetIsOriginAllowed(_ => true)
|
||||
.WithExposedHeaders("*")
|
||||
.WithHeaders()
|
||||
.WithHeaders("*")
|
||||
.AllowCredentials()
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod()
|
||||
|
Reference in New Issue
Block a user