Use base url in views

This commit is contained in:
Alex Ling
2020-05-23 12:14:29 +00:00
parent 60d4cee0a9
commit 8fe2f3b4cc
14 changed files with 57 additions and 50 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class AdminRouter < Router
end
get "/admin/downloads" do |env|
base_url = Config.current.mangadex["base_url"]
mangadex_base_url = Config.current.mangadex["base_url"]
layout "download-manager"
end
end