Commit f33de357cd642117d262b5654ec89e9704bf67bf

Authored by Alex Savenko
1 parent b38ef228

generate GaResource

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 28 ->deny(AclRoles::UNAUTHORIZED)
29 29 ->handler(GaController::class)
30 30  
31   - ->endpoint(ApiEndpoint::get('/', 'gaRequest')
  31 + ->endpoint(ApiEndpoint::get('/ga', 'gaRequest')
32 32 ->allow(AclRoles::USER)
33 33 ->description('Returns data from Google Analytics Api')
34 34 )
... ...