Skip to content

Commit

Permalink
bumps targeted API endpoints to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Aug 11, 2020
1 parent 149fb31 commit 923e0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ilios_client.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ilios_client extends \curl {
/**
* @var string Path-prefix to API routes.
*/
const API_URL = '/api/v1';
const API_URL = '/api/v3';

/**
* @var string Authentication route path.
Expand Down

0 comments on commit 923e0a5

Please sign in to comment.