diff --git a/app/library/App/Resources/GaResource.php b/app/library/App/Resources/GaResource.php index f26266d..bcf258d 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -28,7 +28,7 @@ class GaResource extends ApiResource { ->deny(AclRoles::UNAUTHORIZED) ->handler(GaController::class) - ->endpoint(ApiEndpoint::get('/', 'gaRequest') + ->endpoint(ApiEndpoint::get('/ga', 'gaRequest') ->allow(AclRoles::USER) ->description('Returns data from Google Analytics Api') ) -- libgit2 0.21.4