Rename module Mangadex to MangaDex

This commit is contained in:
Alex Ling
2020-02-28 16:48:48 +00:00
parent 6659041631
commit e8c365b7a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class APIRouter < Router
get "/api/admin/mangadex/manga/:id" do |env|
begin
id = env.params.url["id"]
api = Mangadex::API.new \
api = MangaDex::API.new \
@context.config.mangadex["api_url"].to_s
manga = api.get_manga id
send_json env, manga.to_info_json