Skip to content

Commit

Permalink
CIL-331 Starting with OA4MP 4.1.0, use /oauth2/dbService endpoint as …
Browse files Browse the repository at this point in the history
…default.
  • Loading branch information
terrencegf committed Oct 15, 2018
1 parent 47e35be commit 54f202e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/DBService.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ class DBService
{
/**
* @var string DEFAULTDBSERVICEURL The main URL for the dbService.
* Corresponds to the OAuth .war.
* Corresponds to the OAuth2 .war.
*/
const DEFAULTDBSERVICEURL = 'http://localhost:8080/oauth/dbService';
const DEFAULTDBSERVICEURL = 'http://localhost:8080/oauth2/dbService';

/**
* @var string OAUTH1DBSERVICEURL The URL for the OAuth 1.0a dbService.
Expand Down

0 comments on commit 54f202e

Please sign in to comment.