fix: fix domain name for apple auth

This commit is contained in:
Abdalhamid Alhamad
2025-01-16 13:42:52 +03:00
parent 6b1cb3a84e
commit 270753cfd7

View File

@ -3,7 +3,7 @@ import { LoginRequest } from '../types/auth';
import { CreateJuniorRequest, JuniorTheme } from '../types/junior';
import { CreateTaskRequest, TaskStatus, TaskSubmission } from '../types/task';
const API_BASE_URL = 'http://79.72.0.143';
const API_BASE_URL = 'https://zod.life';
const AUTH_TOKEN = btoa('zod-digital:Zod2025'); // Base64 encode credentials
// Helper function to get auth header