Add back accidentally deleted OPDS routes

Resolves https://github.com/hkalexling/Mango/issues/255#issuecomment-1097588181
This commit is contained in:
Alex Ling 2022-04-18 08:49:09 +00:00
parent c831879c23
commit 4f599fb719

View File

@ -23,6 +23,7 @@ class Server
AdminRouter.new AdminRouter.new
ReaderRouter.new ReaderRouter.new
APIRouter.new APIRouter.new
OPDSRouter.new
{% for path in %w(/api/* /uploads/* /img/*) %} {% for path in %w(/api/* /uploads/* /img/*) %}
options {{path}} do |env| options {{path}} do |env|