💥 Update server readiness header
This commit is contained in:
@@ -25,7 +25,7 @@ builder.Services.AddCors(options =>
|
||||
.AllowAnyMethod()
|
||||
.AllowAnyHeader()
|
||||
.AllowCredentials()
|
||||
.WithExposedHeaders("X-Total");
|
||||
.WithExposedHeaders("X-Total", "X-NotReady");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user