This commit is contained in:
Alex Ling
2021-05-22 07:24:30 +00:00
parent a571d21cba
commit e0713ccde8
5 changed files with 282 additions and 22 deletions
+9
View File
@@ -96,6 +96,15 @@ struct MainRouter
end
end
get "/download/plugins2" do |env|
begin
layout "plugin-download-2"
rescue e
Logger.error e
env.response.status_code = 500
end
end
get "/download/subscription" do |env|
mangadex_base_url = Config.current.mangadex["base_url"]
username = get_username env