We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c1ec7 commit 61f3118Copy full SHA for 61f3118
1 file changed
RestController/NetLicensingAPI.php
@@ -11,7 +11,7 @@
11
12
class NetLicensingAPI
13
{
14
- const BASE_URL = 'https://netlicensing.labs64.com/core/v2/rest';
+ const BASE_URL = 'https://go.netlicensing.io/core/v2/rest';
15
16
const BASIC_AUTHENTICATION = 0;
17
const API_KEY_IDENTIFICATION = 1;
0 commit comments