completionId: cgen-99143602551f4edab462c5a283b3840f

cgen-99143602551f4edab462c5a283b3840f
This commit is contained in:
Builder.io 2025-11-11 02:14:20 +00:00
parent 84e4afe312
commit 2cf571991f

View file

@ -4869,7 +4869,7 @@ export function createServer() {
}
});
app.post("/api/staff/members/seed", async (req, res) => {
app.get("/api/staff/members/seed", async (req, res) => {
try {
// Ensure response headers are set correctly
res.setHeader("Content-Type", "application/json");