mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Add back accidentally deleted OPDS routes
Resolves https://github.com/hkalexling/Mango/issues/255#issuecomment-1097588181
This commit is contained in:
@@ -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|
|
||||||
|
|||||||
Reference in New Issue
Block a user