8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
export const URLS = {
|
|
whmcs: 'https://secure.anhonesthost.com',
|
|
whmcsTicket: 'https://secure.anhonesthost.com/submitticket.php',
|
|
whmcsClientArea: 'https://secure.anhonesthost.com/clientarea.php',
|
|
publicSite: 'https://anhonesthost.com',
|
|
whpDirectExample: 'https://your-server-hostname:8443',
|
|
};
|