mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added POST to tag merging API
This commit is contained in:
@ -23,7 +23,7 @@ class MergeTags extends AbstractTagRoute
|
||||
|
||||
public function getMethods()
|
||||
{
|
||||
return ['PUT'];
|
||||
return ['POST', 'PUT'];
|
||||
}
|
||||
|
||||
public function getUrl()
|
||||
|
Reference in New Issue
Block a user