OpenMediaCenter/api/video.php
Lukas Heiligenbrunner 1de36afb69 new folder structure for php scripts
renamed api nodes
php braces on same line
2020-08-12 17:50:25 +00:00

6 lines
94 B
PHP

<?php
include_once './src/handlers/Video.php';
$video = new Video();
$video->handleAction();