1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00

Revert copy-paste corruption

This commit is contained in:
J. King 2021-02-06 23:55:40 -05:00
parent 54a6fcc0d6
commit 6c2de89f3e

View file

@ -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"]],
],