padreadonly: Remove dead /ro/:id handling

Read-only pads are accessed using `/p/` path since commit
ba3430ebb7.
This commit is contained in:
webzwo0i 2021-07-03 03:58:33 +02:00 committed by Richard Hansen
parent d58b649c76
commit 58bd96ce8f
2 changed files with 0 additions and 33 deletions

View file

@ -50,12 +50,6 @@
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/padurlsanitize"
}
},
{
"name": "padreadonly",
"hooks": {
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/padreadonly"
}
},
{
"name": "webaccess",
"hooks": {