api: remove not implemented methods from /meta
This commit is contained in:
parent
6c6654bcd4
commit
def852261f
1 changed files with 1 additions and 3 deletions
|
@ -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" },
|
||||
|
|
Reference in a new issue