deckhearth/api/admin
Randall Stillwell 028c5396f3 Fix promote-user endpoint request body parsing
🔧 Fix:
- Use req.body directly instead of req.text() + JSON.parse()
- Match pattern used in working auth endpoints
- Should resolve NOT_FOUND and parsing issues
2025-07-22 07:09:14 -05:00
..
promote-user.js Fix promote-user endpoint request body parsing 2025-07-22 07:09:14 -05:00
users.ts Fix Vercel function request body parsing 2025-07-21 21:11:13 -05:00