🔧 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
|
||
|---|---|---|
| .. | ||
| promote-user.js | ||
| users.ts | ||
🔧 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
|
||
|---|---|---|
| .. | ||
| promote-user.js | ||
| users.ts | ||