This commit is contained in:
Alex Ling
2020-02-22 02:13:35 +00:00
parent c893135ec6
commit 83597e7f84
+1 -1
View File
@@ -99,7 +99,7 @@ class APIRouter < Router
send_json env, manga.to_info_json send_json env, manga.to_info_json
rescue e rescue e
@context.error e @context.error e
send_json env, {"error" => e.messsage}.to_json send_json env, {"error" => e.message}.to_json
end end
end end
end end