new folder structure for php scripts
renamed api nodes php braces on same line
This commit is contained in:
5
api/video.php
Normal file
5
api/video.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
include_once './src/handlers/Video.php';
|
||||
|
||||
$video = new Video();
|
||||
$video->handleAction();
|
Reference in New Issue
Block a user