mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
- Add email/code login with verification - Add Google OAuth login - Add desktop callback API route - Add request service with device ID handling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
// API Host
|
|
export const API_HOST = process.env.NEXT_PUBLIC_API_HOST || '';
|