Skip to content

Commit

Permalink
- change NetLicensing base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Feb 27, 2016
1 parent 22c1ec7 commit 61f3118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RestController/NetLicensingAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class NetLicensingAPI
{
const BASE_URL = 'https://netlicensing.labs64.com/core/v2/rest';
const BASE_URL = 'https://go.netlicensing.io/core/v2/rest';

const BASIC_AUTHENTICATION = 0;
const API_KEY_IDENTIFICATION = 1;
Expand Down

0 comments on commit 61f3118

Please sign in to comment.