add style for actor tiles
render actors got from backend backend test code to get actors
This commit is contained in:
5
api/actor.php
Normal file
5
api/actor.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
include_once __DIR__ . '/src/handlers/Actor.php';
|
||||
|
||||
$actor = new Actor();
|
||||
$actor->handleAction();
|
Reference in New Issue
Block a user