api: remove not implemented methods from /meta

This commit is contained in:
Lucas 2023-03-05 20:53:53 +00:00
parent 6c6654bcd4
commit def852261f
1 changed files with 1 additions and 3 deletions

View File

@ -11,11 +11,9 @@ sub index ($self)
{ path => "/meta", verb => "GET" },
{ path => "/tags", verb => "GET" },
{ path => "/tags", verb => "POST" },
{ path => "/tag/:tag_id_or_name", verb => "GET" },
{ path => "/media/:media_id", verb => "GET" },
{ path => "/media/download/:media_id", verb => "GET" },
{ path => "/media/:media_id", verb => "GET" },
{ path => "/random/media", verb => "GET" },
{ path => "/random/tag", verb => "GET" },