From f33de357cd642117d262b5654ec89e9704bf67bf Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 18:26:12 +0200 Subject: [PATCH] generate GaResource --- app/library/App/Resources/GaResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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