38960-vm/test_api_appointments.php
2026-03-17 08:22:39 +00:00

6 lines
139 B
PHP

<?php
$_SERVER['REQUEST_METHOD'] = 'GET';
$_GET['start'] = '2026-03-15';
$_GET['end'] = '2026-03-22';
require_once 'api/appointments.php';