xml|json|email)$", array('api.tickets.php:TicketApiController','create')), url('^/tasks/', patterns('', url_post("^cron$", array('api.cron.php:CronApiController', 'execute')) )) ); // Send api signal so backend can register endpoints Signal::send('api', $dispatcher); # Call the respective function print $dispatcher->resolve(Osticket::get_path_info()); ?>