fix: update API URLs to thenetwork subdomain
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import type { Profile, Client, ClientCreate, Event, EventCreate, Email, EmailGenerate, User } from '@/types';
|
import type { Profile, Client, ClientCreate, Event, EventCreate, Email, EmailGenerate, User } from '@/types';
|
||||||
|
|
||||||
const API_BASE = import.meta.env.PROD
|
const API_BASE = import.meta.env.PROD
|
||||||
? 'https://api.donovankelly.xyz/api'
|
? 'https://api.thenetwork.donovankelly.xyz/api'
|
||||||
: '/api';
|
: '/api';
|
||||||
|
|
||||||
const AUTH_BASE = import.meta.env.PROD
|
const AUTH_BASE = import.meta.env.PROD
|
||||||
? 'https://api.donovankelly.xyz'
|
? 'https://api.thenetwork.donovankelly.xyz'
|
||||||
: '';
|
: '';
|
||||||
|
|
||||||
class ApiClient {
|
class ApiClient {
|
||||||
|
|||||||
Reference in New Issue
Block a user