From aef718ded2be0616989c9f83a3ce6c32fac08e9b Mon Sep 17 00:00:00 2001 From: Andriy Utkin Date: Mon, 18 Nov 2024 15:04:37 +0000 Subject: [PATCH] www/ajax/events/eventsIndex.php: document usage of getData() --- www/ajax/events/eventsIndex.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/ajax/events/eventsIndex.php b/www/ajax/events/eventsIndex.php index 4154e1a4..0197d027 100644 --- a/www/ajax/events/eventsIndex.php +++ b/www/ajax/events/eventsIndex.php @@ -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;