deckhearth/src
Randall Stillwell 08e2664a9a Fix admin users API endpoint
🔧 Convert TypeScript to JavaScript:
- Replace api/admin/users.ts with api/admin/users.js
- Use req, res pattern instead of NextRequest/NextResponse
- Fix req.headers.get() -> req.headers.authorization
- Use url.parse() for query parameters
- Support GET (list users), PUT (update), DELETE (deactivate)
- Proper admin authentication and error handling

Resolves: req.headers.get is not a function error
2025-07-22 07:36:37 -05:00
..
components Fix admin users API endpoint 2025-07-22 07:36:37 -05:00
config 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
contexts Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
data 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
hooks 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
pages Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
services 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
styles 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
App.css 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
App.test.tsx 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
App.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
index.css 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
index.tsx 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
logo.svg 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
react-app-env.d.ts 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
reportWebVitals.ts 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00
setupTests.ts 🚀 TCG Vault - Complete All-Vercel Setup 2025-07-21 13:53:06 -05:00