diff --git a/src/lib/api.ts b/src/lib/api.ts index 1eaf56f..dd020a2 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -1,11 +1,11 @@ import type { Profile, Client, ClientCreate, Event, EventCreate, Email, EmailGenerate, User } from '@/types'; const API_BASE = import.meta.env.PROD - ? 'https://api.donovankelly.xyz/api' + ? 'https://api.thenetwork.donovankelly.xyz/api' : '/api'; const AUTH_BASE = import.meta.env.PROD - ? 'https://api.donovankelly.xyz' + ? 'https://api.thenetwork.donovankelly.xyz' : ''; class ApiClient {