Commit d6129203c93a817ecb632d845fa2ff78bf776b20
1 parent
8015a23b
doc metrics
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Resources/GaResource.php
@@ -28,7 +28,7 @@ class GaResource extends ApiResource { | @@ -28,7 +28,7 @@ class GaResource extends ApiResource { | ||
28 | ->deny(AclRoles::UNAUTHORIZED) | 28 | ->deny(AclRoles::UNAUTHORIZED) |
29 | ->handler(GaController::class) | 29 | ->handler(GaController::class) |
30 | 30 | ||
31 | - ->endpoint(ApiEndpoint::get('/{metric}', 'getAction') | 31 | + ->endpoint(ApiEndpoint::get('{metric}', 'getAction') |
32 | ->allow(AclRoles::USER) | 32 | ->allow(AclRoles::USER) |
33 | ->description('Returns data from Google Analytics Api') | 33 | ->description('Returns data from Google Analytics Api') |
34 | ) | 34 | ) |