Remove MangaDex integration

This commit is contained in:
Alex Ling
2021-08-20 00:25:21 +00:00
parent 1973564272
commit d9565718a4
12 changed files with 77 additions and 850 deletions
-4
View File
@@ -73,9 +73,5 @@ struct AdminRouter
get "/admin/missing" do |env|
layout "missing-items"
end
get "/admin/mangadex" do |env|
layout "mangadex"
end
end
end