diff --git a/src/Service/DBService.php b/src/Service/DBService.php index 70db1a1..9281166 100644 --- a/src/Service/DBService.php +++ b/src/Service/DBService.php @@ -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.