Skip to content

Commit 61f3118

Browse files
committed
- change NetLicensing base URL
1 parent 22c1ec7 commit 61f3118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RestController/NetLicensingAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class NetLicensingAPI
1313
{
14-
const BASE_URL = 'https://netlicensing.labs64.com/core/v2/rest';
14+
const BASE_URL = 'https://go.netlicensing.io/core/v2/rest';
1515

1616
const BASIC_AUTHENTICATION = 0;
1717
const API_KEY_IDENTIFICATION = 1;

0 commit comments

Comments
 (0)