/t endpoint

This commit is contained in:
Pablo Ferreiro 2022-06-12 12:50:16 +02:00
parent 59029e48ad
commit 26bde1e4a8
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 3 additions and 6 deletions

View file

@ -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);