You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update API endpoints for invite-only mode management
- Change endpoint URLs from /api/allowed-users to /api/allowed/users
- Use proper REST methods: POST for add, DELETE for remove
- Maintain NPUB format for backend compatibility
- Add comprehensive logging for debugging backend communication
- Ready for backend team to implement missing endpoints
0 commit comments