{"message":"Welcome to the Admin Web Server","authenticated":false,"user":null,"endpoints":{"public":["GET / - Home page","GET /about - About page","GET /api/public/info - Public API info"],"auth":["GET /auth/login - Login with Google","POST /auth/logout - Logout","GET /auth/status - Check auth status"],"protected":["GET /dashboard - User dashboard (requires auth)","GET /api/profile - User profile (requires auth)","GET /api/settings - User settings (requires auth)","GET /api/admin/users - Admin users list (requires auth)"]}}