update response status

This commit is contained in:
talksik
2026-03-29 12:23:03 -07:00
parent 21062a7786
commit 3564055c29
+1 -1
View File
@@ -826,7 +826,7 @@ func (h *Handler) AddToWaitlist(w http.ResponseWriter, r *http.Request) {
return return
} }
w.WriteHeader(http.StatusNoContent) w.WriteHeader(http.StatusCreated)
} }
// GetWaitlist returns all waitlist entries (admin-only) // GetWaitlist returns all waitlist entries (admin-only)