/t endpoint
This commit is contained in:
parent
59029e48ad
commit
26bde1e4a8
2 changed files with 3 additions and 6 deletions
|
|
@ -1,9 +1,6 @@
|
|||
<?php
|
||||
namespace App\Controllers;
|
||||
|
||||
/**
|
||||
* @deprecated Please use UserController::video instead
|
||||
*/
|
||||
class VideoController {
|
||||
static public function get(string $video_id) {
|
||||
UserController::video('placeholder', $video_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue