💥 Update server readiness header

This commit is contained in:
2025-12-24 23:07:57 +08:00
parent 213608d4f0
commit 7811545726
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ builder.Services.AddCors(options =>
.AllowAnyMethod()
.AllowAnyHeader()
.AllowCredentials()
.WithExposedHeaders("X-Total");
.WithExposedHeaders("X-Total", "X-NotReady");
});
});