Skip to content

Commit

Permalink
www/ajax/events/eventsIndex.php: document usage of getData()
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Nov 18, 2024
1 parent f0061f3 commit aef718d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/ajax/events/eventsIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public function __construct()
$this->chAccess('backup');
}

// This function handles API endpoint /events/ used by client app.
public function getData()
{
$current_user = $this->user;
Expand Down

0 comments on commit aef718d

Please sign in to comment.