mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
fixes for paths
This commit is contained in:
parent
de5d5d3b10
commit
2897fdaa9e
@ -61,8 +61,8 @@ class HostedMigration extends Job
|
||||
|
||||
private function getToken()
|
||||
{
|
||||
//$url = 'https://invoicing.co/api/v1/get_migration_account';
|
||||
$url = 'http://devhosted.test:8000/api/v1/get_migration_account';
|
||||
$url = 'https://invoicing.co/api/v1/get_migration_account';
|
||||
// $url = 'http://devhosted.test:8000/api/v1/get_migration_account';
|
||||
|
||||
$headers = [
|
||||
'X-API-HOSTED-SECRET' => $this->v4_secret,
|
||||
|
Loading…
Reference in New Issue
Block a user