diff --git a/api/helpers.php b/api/helpers.php index 8790dc3..cc040f1 100644 --- a/api/helpers.php +++ b/api/helpers.php @@ -516,6 +516,11 @@ const PUBLIC_ROUTES = [ '/api/tabs/pendingOrders.php', '/api/tabs/increaseAuth.php', '/api/tabs/cancel.php', + // team tasks (bot-to-bot, no user auth) + '/api/tasks/team/create.php', + '/api/tasks/team/update.php', + '/api/tasks/team/active.php', + '/api/tasks/team/list.php', ]; /**