mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Revert copy-paste corruption
This commit is contained in:
parent
54a6fcc0d6
commit
6c2de89f3e
1 changed files with 1 additions and 1 deletions
|
@ -143,8 +143,8 @@ class V1 extends \JKingWeb\Arsse\REST\AbstractHandler {
|
|||
'GET' => ["getCategoryFeeds", false, true, false, false, []],
|
||||
],
|
||||
'/categories/1/mark-all-as-read' => [
|
||||
'PUT' => ["markCategory", false, true, false, false, []],
|
||||
],
|
||||
'PUT' => ["markCategory", false, true, false, false, []],
|
||||
'/discover' => [
|
||||
'POST' => ["discoverSubscriptions", false, false, true, false, ["url"]],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue