Skip to content

Commit

Permalink
Merge 062fdd3 into 6dccc64
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Sto. Domingo committed Oct 11, 2018
2 parents 6dccc64 + 062fdd3 commit 6d311ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Containers/Authentication/Providers/AuthProvider.php
Expand Up @@ -56,7 +56,7 @@ public function boot()
*/
private function registerPassport()
{
$routeGroupArray = $this->getRouteGroup('/v1');
$routeGroupArray = $this->getRouteGroup(Config::get('apiato.api.prefix') . 'v1');

Route::group($routeGroupArray, function () {
Passport::routes();
Expand Down

0 comments on commit 6d311ca

Please sign in to comment.