OpenMediaCenter/api/actor.php

6 lines
103 B
PHP
Raw Normal View History

<?php
include_once __DIR__ . '/src/handlers/Actor.php';
$actor = new Actor();
$actor->handleAction();